@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#ffffff;
	text-align:center;
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

a:link {
	color:#333;
	text-decoration:none;
}
	
a:visited {
	color:#333;
	text-decoration:none;
}
	
a:hover {
	color:#333;
	text-decoration:underline;
}
	
a:active {
	color:#333;
	text-decoration:none;
}
	

/*　ヘッダー　 */

#header {
	margin:0;
	padding:0;
	width:100%;
	height:95px;
	background-image:url(../images/top-logo01.png);
	background-position:center top;
	background-repeat:no-repeat;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
}

#header #menu {
	margin:0 auto;
	padding:15px 0 0 30px;
	width:900px;
	height:60px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}

@media (max-width:682px) {
#header #menu {
	display:none;
}
}

@media (min-width:681px) {
#header #mobile-menu {
	display:none;
}
}

#header a:link, #header a:visited {
	margin:20px 20px 0 0;
	padding:0;
	color:#fff;
	text-decoration:none;
	vertical-align:60px;
}

#header a:hover, #header a:active {
	color:#fff;
	text-decoration:underline;
}

#header #logo {
	margin:0;
	padding:0;
	position:relative;
	left:-10px;
	top:-5px;
}

#header a img {
	margin:0 -10px 0 0;
	position:relative;
	top:2px;
}

#header span {
    margin-right: 100px;
}


/*　トップページメイン画像　 */

#top_photo {
	display:block;
	width:100%;
	height:500px;
	margin:60px auto;
	padding:0;
	background:url(../images/top-mainphoto01.jpg) center center no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	position:relative;
	outline:0;
	z-index: 0;
}

/*　メインコンテンツ　 */

#container {
	margin:30px auto 0;
	padding:0;
	max-width:800px;
}

#container #box_1 {
	margin:0;
	padding-bottom:20px;
}

#container #description {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding-right:20px;
	width:430px;
	border-right:1px dotted #ccc;
}

#container h2 {
	font-size:15px;
	line-height:1.7;
	text-align:left;
}

#container h3 {
	padding-bottom:10px;
	font-size:13px;
	font-weight:300;
	line-height:2;
	text-align:left;
}

#container h4 {
	margin-top:20px;
	font-size:13px;
	font-weight:300;
	text-align:left;
}

#container #work {
	float:left;
	width:349px;
	text-align:left;
}

#container #work .work_title {
	font-weight:500;
}

#container #work .work_category {
	margin-top:10px;
	margin-bottom:5px;
	font-size:13px;
}

#container #work li {
	margin-left:15px;
	margin-bottom:10px;
	list-style:circle;
	font-size:12px;
}

#container .fudemoji {
	border-top:1px solid #ccc;
	padding:10px 0;
	max-height:170px;
}

#container .fudemoji img {
	position:relative;
	opacity:0.95;
	-webkit-transition:opacity 0.4s linear;
	-webkit-transition:width 0.1s linear;
	width:99%;
	height:auto;
	position:relative;
	z-index:1;
}

#container .fudemoji img:hover {
	width:100%;
	opacity:1;
}

#rss {
	display:block;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:180px;
	min-height:180px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:url(../images/rss.gif) top left no-repeat;
	position:relative;
	z-index:999;
}

.rss_box {
	float:left;
	margin:0;
	padding:0 10px 0 20px;
	width:100%;
	height:140px;
	overflow:hidden;
	text-align:left;
	border-left:1px dotted #ccc;
}

.rss_title {
	margin:0 0 8px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}

.rss_link {
	font-size:12px;
}

.rss_link div {
	margin-bottom:5px;
}

#sponsors {
	padding:20px 0;
	font-size:12px;
	text-align:left;
}

#sponsors a {
	padding:0 15px 0 0;
	font-size:12px;
	line-height:0;
}

#sponsors img {
	margin:0 3px 0 0;
}

#sponsorlink {
	margin:5px 0 0 0;
}

/*　フッター　 */

#footer {
	margin:10px 0;
	padding:10px 10px 0 20px;
	background:#fff;
	text-align:center;
	border-top:1px solid #ccc;
}

#footer p {
	margin:0;
	padding:10px 0;
	font-size:12px;
}

/*　flowページ　 */

#container #flow {
/*	float:left;
	width:309px;*/
	margin-bottom:20px
}

#flow h3 {
	font-size:15px;
	font-weight:300;
	line-height:1.7;
	text-align:left;
}

#flow h4 {
	margin-top:5px;
	font-size:13px;
	font-weight:300;
	text-align:left;
}

#container #workflow {
/*	float:left;
	margin-left:20px;
	margin-bottom:20px;
	padding-left:20px;
	width:450px;
	border-left:1px dotted #ccc;*/
	text-align:center;
}

#container .flow_box {
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #ccc;
	border-radius:4px;
	background-color:#eaeaea;
	text-align:left;
	font-size:13px;
	line-height:1.3;
	overflow:hidden;
}

#container .flow_title {
	float:left;
	width:140px;
	padding:15px 0 13px 20px;
	font-size:14px;
	font-weight:600;
}

#container .flow_text {
	float: left;
	width: 608px;
	padding: 18px 20px 15px 10px;
	background-color: #f6f6f6;
}
