/* CSS Document */

/*reset*/
.clearfix {
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	margin: 0;
	padding: 0;
}
ul, img, p {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style:none;
}
/*resetここまで*/

body {
	color: #222222;/*全体の文字の色を変更する*/
	background-color: #fff;
	background-image: url(images/background_01.jpg);
	width:1280px;
	background-repeat:no-repeat;
	font-family:"游明朝体","YuMincho",serif;
	color:#666;
}

.logo{
	z-index:2;
	position:absolute;
	top:300px;
	right:100px;
}


/*header {
	position:fixed;;
	width: 1200px;
	height:40px;  	
	margin: 0 auto 0px;
	background-color: #fff;
	color: #fff;
	text-shadow: #000000 1px 1px 1px;
	z-index: 3;
}*/

header {
    /* スライドの幅を固定にしたいとき固定値にする
    width:1200px;
    */
    margin:0 auto;
    border: 0px solid #000;
    color: #fff;
    text-align:right;
    text-shadow: #000000 1px 1px 1px;
    position: relative;
	background-color:#FFF;
	width:100%;
	height:50px;
	opacity: 0.8;
	position:fixed;
	top:0;/*上からの距離*/
	z-index: 3;
}

/*#header-in{
	width:997px;
	margin:0 auto;
}*/

.bx-wrapper {
	/* スライドの幅を固定にしたいときwidth 固定値にする*/
	/*width: 1200px!important;.*/
	width:100%;
}

/*nav {
	margin: 0px;
	float:right;
}
nav div.menu ul{
}
nav div.menu ul li {
	float:left;
	background-color: #666;
	padding: 3px 5px;
	border-radius: 3px;
	text-shadow: none;
}
nav div.menu ul li a {
	text-decoration: none;
	color: #333;
}*/

h1 {
	margin: 10px;
	float: left;
	display:none;
}

nav {
	z-index: 2;
	right: 10px;
}
.menu {
	display: brock;
	margin-top:10px;
	margin-right:30px;
	letter-spacing:2px;
}
nav ul li {
	display: inline-block;
	width: 80px;
	background-color: none;
	padding: 3px 5px;
	border-radius: 2px;
	text-shadow: none;
}
nav ul li a {
	text-decoration: none;
	color: #666;
}

.bxslider {
	/*margin-top:40px;*/
}
/*あとちょっとがんばろー(・ω・)*/

/**/
.wrapper {
	position: relative;
	margin: 0;
	width: 1000px;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	text-align: center;
}
.content {
	margin:900px auto 200px;
}



#works {
	padding-top:40px;
	margin-top:-40px;
	margin-right:-50px;
	margin-bottom:320px;
	float:right;
	position:relative;
	z-index:5;
}

a .hover_img1{
	transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
	}
a:hover .hover_img1{
	opacity: 0.5;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	/*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
	}

.works2{
	text-align:right;
}

.work {
	float:right;
	margin: 0 auto;
}
.work img {
	/*border: #ccc solid 1px;*/
	margin:10px 10px;
	outline:none;
}

/*span {
	width: 240px;
	height: 100px;
	display: block;
	text-align: left;
}*/
/*.info {
	margin: 20px 0 60px 0;
	line-height: 1.6;
}*/
.info p, .profile p, .contactus p {
	text-align: left;
}

h2{
}

h3{
	font-size:20px;
	font-family:"Century";
	font-weight:100;
	color:#007bbb;
	text-align:right;
}

/*#profile{
}*/

.about clearfix{
}/*about*/

/*.concept{
	line-height: 1.6;
}サイトについて*/

#about {
	line-height: 1.6;
	padding-top:40px;
	margin-top:-40px;
	margin:200px 0 900px;
	clear:both;
}/*プロフィール*/

/*.profile {
	line-height: 1.6;
	padding-top:40px;
	margin-top:-40px;
}プロフィール*/

.concept{
	text-align:center;
	margin-top:100px;
}

.concept2{
	color:#FFF;
	text-align:center;
	margin-bottom:50px;font-size:28px;
	font-family: 'Lora', serif;
	letter-spacing:2px;
}

.text01{
	text-align:center;
	line-height:40px;/*行間設定*/
	font-size:14px;
	font-family:"游明朝体","YuMincho",serif;
	color:#FFF;
	margin:0 auto 450px 0;
	letter-spacing:1px;
}/**/

.profile2{
	margin-left:50px;
	text-align:left;
	font-size:28px;
	font-family: 'Lora', serif;
	letter-spacing:2px;
	margin-bottom:10px;
}

.text02{
	text-align:left;
	line-height:40px;/*行間設定*/
	font-size:14px;
	font-family:"游明朝体","YuMincho",serif;
	color:#666;
	letter-spacing:1px;
}

.photo{
	float:right;
	margin-right:350px;
}

.contactus {
	clear: both;
	padding-top:40px;
	margin-top:-40px;
	color:#FFF;
	float:right;
}

.contact_02{
	text-align:right;
	margin-right:170px;
}

/*フォームここから*/

form {
    /* フォームをページの中央に置く */
    margin: 0 auto;
    width: 700px;
    /* フォームの範囲がわかるようにする */
    padding: 1em;
	opacity:0.8;
	font:Didot;
	font-size:17px;
	clear:both;
	text-align:right;
	letter-spacing:2px;
}

form div + div {
    margin-top: 1em;
}

label {
    /* すべてのラベルを同じサイズにして、きちんと揃える */
    display: inline-block;
    width: 90px;
    text-align: right;
}

input, textarea {
    /* すべてのテキストフィールドのフォント設定を一致させる
       デフォルトで、textarea は等幅フォントが設定されている */
    font: 1em sans-serif;

    /* すべてのテキストフィールドを同じサイズにする */
    width: 500px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
}

input:focus, textarea:focus {
    /* アクティブな要素を少し強調する */
    border-color: #000;
}

textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;

    /* テキスト入力に十分な領域を与える */
    height: 5em;

    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
	
	height:400px;
}

.button {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
    padding-left: 90px; /* label 要素と同じサイズ */
	text-align:right;
}
button {
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
    margin-left: .5em;
}

/*フォームここまで*/

/*.qrcode {
	margin: 20px 0;
}*/
.footer {
	/*clear: both;*/
	color: #fff;
	border: 0px solid #000;
	padding-top: 100px;
	margin-bottom: 100px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	clear:both;
}

.copyright{
	text-align:center;
}



/*ここからcolorboxの指定*/
#cboxOverlay {
    background: #000;
}
#cboxLoadedContent {
    background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
    margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}

*{outline:none;}

/*ここまで*/

@media screen and (max-width: 979px) {
}

/*タブレット用の設定*/
@media screen and (max-width: 769px) {
/*
.header {
	height:300px;
}
.wrapper, .content {
	float: none;
	margin: 0;
	width: auto;
}
nav ul li {
	font-size: 75%;
	width: 16%;
}
.sidebar {
	margin-top: -20px;
}
.sidebar ul {
	padding: 10px;
	float: none;
	margin: 0;
	width: auto;
	list-style: none;
}
.work {
	width: 48%;
	float: left;
	margin: 2px;
}
.work img {
	border: #ccc solid 1px;
	border-radius: 6px;
}
*/
}

/*スマートフォン用の設定*/
@media screen and (max-width: 479px) {
/*
.header {
	font-size: 80%;
	height:150px;
}
.wrapper, .content {
	float: none;
	margin: 0;
	width: auto;
}
.sidebar {
	float: none;
	margin: 0;
	width: auto;
	margin-top: -20px;
}
.sidebar ul {
	padding: 10px;
	list-style: none;
}
.work {
	width: 98%;
}
.button-toggle {
    display: block;
    width: 20px;
    position: relative;
    z-index: 3;
    top: 20px;
    left: 20px;
}
.menu {
	display: none;
}
nav {
    position: fixed;
    top:0;
    left:0;
    z-index: 4;
}
nav ul li {
	width: 85%;
	margin: 0 0 10px 0;
	font-size: 100%;
}
*/
}
