@charset "utf-8";
/* CSS Document */


/*==================
reset
====================*/
/*ベースの要素の設定をリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}


/*画像の枠線をクリアして位置の初期値の設定*/
img{
border:0;
vertical-align: top;
}

/*リスト要素の初期値をリセット*/
ul,ol{
list-style: none;
}

/*フロート解除用のハック*/
/*clearfix*/
.clearfix:after{  
visibility:hidden;
height:0;
display: block;
font-size: 0;  
content: " ";  
clear: both;  
}

/*==================
共通
====================*/
body{
font-size: 70.5%;
line-height: 1.8;
font-family: 'ヒラギノ丸ゴ W4 JIS2004', 'Hiragino Maru Gothic W4 JIS2004','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳＰゴシック','sans-serif';
color:#333;
background:#fff;
background-image: url(../img/topbg_paper.jpg);
background-repeat:repeat;
background-position:center;
}

#container{
	width: 100%;
	margin:0 auto;
	
}

a:link{
	color: #666;
	text-decoration:none;
}

a:visited,
a:active{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#ff6699;
	text-decoration:none;
}

/*==================
pagetop
====================*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
	border-radius: 10px;
    color: #222;
    font-size: 3em;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #ccff99;
    text-align: center;
	border-radius: 10px;
    color: #fff;
    font-size: 3em;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*==================
top
====================*/

#top{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#top h1 img{
	margin-top: 15%;
	width: 420px;
}
#top ul{
	width: 550px;
	margin: 150px auto 200px;
	overflow: hidden;
}
#top li{
	display: block;
	float: left;
	margin-right: 122px;	
}
#top li#margin-no{
	margin-right: 0;
}
#top li a:hover{
	display: block;
	height: 85px;
	border-bottom: #ff6699 3px dotted;
}

/*==================
profile
====================*/
#profile{
	width: 100%;
	margin: 0 auto;
	background-color: #99cc33;
}
#profile #inner{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 90px;
}
#profile h2{
	text-align: center;
}
#profile h2 img{
	margin: 50px auto;
}
#profile #face{
	float: right;
	width: 310px;
}
#profile p{
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
#profile p#name{
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
#profile p.margin_t{
	margin-top: 10px;
}

.fade-up {
  transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
  -o-transition: transform 1.5s;
}

/*==================
works
====================*/
#works{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 90px;
}
#works h2{
	text-align: center;
}
#works h2 img{
	margin: 50px auto;
}
#works .work_31box{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	padding-bottom: 20px;
}
#works .works_1{
	margin-right: 15px;
}
#works .works_1.no_margin{
	margin-right: 0px;
}
#works .works_1 .border{
	border: #ccc 1px solid;
}

#works a:hover img {
 	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
#works a:hover p {
  color: #666;
}

.fade-in {
  transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
}
#works p.w2{
	width: 285px;
	height: 121px;
	border: #ccc 1px solid;
	font-size: 1.2em;
	padding-top: 90px;
}

/*==================
thank you
====================*/
#thanks{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 200px;
	text-align: center;
}
#thanks h2{
	text-align: center;
}
#thanks h2 img{
	margin: 50px auto;
}
#thanks p{
	font-size: 21px;
	font-family: "黎ミン R", "Reimin Regular", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #555;
}

/*==================
footer
====================*/
#footer{
	width: 100%;
	margin: 0 auto;
	background-color: #99cc33;
}
#footer p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}






