@charset "utf-8";

/*=====================================================
 * Style URL: /common/css/contents.css
 * Version: 1.0
 * Last Up Date: 2015/05/xx
 * Author: neos
 *
 * Markup Reference:
 *
=====================================================*/


/*
===== index ===========================*/

#index .note {
	padding: 15px 0 0;
	text-align: right;
}

#index #wrapper {
}

/* sec_main
--------------------*/
#index .sec_main {
	position: relative;
	height: 666px;
	margin: 0 0 5px;
}

#index .sec_main li {
	height: 666px;
}

#index .sec_main em {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* sec_list
--------------------*/
#main_contents .sec_list {
	margin: -40px 0 0;
}

#main_contents .sec_list ul {
	width: 800px;
	margin: 0 -40px 0 0;
}

#main_contents .sec_list li {
	float: left;
	width: 360px;
	margin: 40px 40px 0 0;
}

#main_contents .sec_list li p {
	display: table-cell;
	width: 360px;
	height: 240px;
	text-align: center;
	vertical-align: middle;
}

#main_contents .sec_list li a {
	display: block;
	text-decoration: none;
}

#main_contents .sec_list li span {
	display: block;
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}


/*
===== detail ===========================*/

#detail #main_contents h2 {
	margin: 57px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}

#detail #main_contents .entry_body p {
	margin: 20px 0 0;
	font-family:"Times New Roman", "YuMincho","Yu Mincho", "Ÿà–¾’©‘Ì", "ƒqƒ‰ƒMƒm–¾’© ProN W3","ƒqƒ‰ƒMƒm–¾’© ProN", "Hiragino Mincho ProN", "ƒqƒ‰ƒMƒm–¾’© Pro W3","ƒqƒ‰ƒMƒm–¾’© Pro","Hiragino Mincho Pro", "‚l‚r –¾’©","MS Mincho", serif;
	line-height: 2;
}

/* sec_gallery
--------------------*/
#detail #main_contents .sec_gallery {
	width: 768px;
	margin: 0 -8px 0 0;
	padding: 32px 0 0;
}

#detail #main_contents .sec_gallery li {
	position: relative;
	float: left;
	width: 184px;
	height: 184px;
	margin: 8px 8px 0 0;
	overflow: hidden;
}

#detail #main_contents .sec_gallery li span {
}


/*
===== profile ===========================*/

#profile #main_contents {
	margin-top: -27px;
	line-height: 1.6;
}

#profile #main_contents p,
#profile #main_contents table,
#profile #main_contents dl {
	margin: 24px 0 0;
}

#profile #main_contents th {
	padding: 0 25px 0 0;
	vertical-align: top;
}

#profile #main_contents dl dt {
	font-weight: bold;
}

#profile #main_contents dl dd {
	margin: 10px 0 0;
}

#profile #main_contents dl dt + dd {
	margin: 0;
}

#profile #main_contents dl dt + dd table {
	margin: 0;
}

#profile #main_contents dl dd span {
	font-size: 10px;
}


/*
===== concept ===========================*/

#concept #main_contents p.desc {
	padding: 80px 0 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.2;
}

#concept #main_contents dl {
	display: table;
	margin: 8px 0 0;
	font-size: 15px;
}

#concept #main_contents dl dt {
	display: table-cell;
	width: 10em;
	font-weight: bold;
	line-height: 1.8;
	vertical-align: top;
	white-space: nowrap;
}

#concept #main_contents dl dd {
	display: table-cell;
	font-weight: bold;
	line-height: 1.8;
	vertical-align: top;
}














