@charset "UTF-8";


/**************************************************************
CosMedic Labs [css/design.css]
13.12.29
**************************************************************/

/* 目次
-------------------------------------------------------------
1) top
2) under 下層ページ共通
3) company
4) privacy, law
-------------------------------------------------------------*/


/* 1) top
-------------------------------------------------------------*/
/* Global Navi */
#top header nav li#nvHome a {
	background-color: #4657a4;
}

/* flexslider */
#top .slider {
	width: 960px;
	height: 420px;
	margin: 20px 0 10px;
	overflow: hidden;
}

#top .slider ul#crossFade {
	width: 960px;
	height: 420px;
}

#top ul.logo {
	margin-left: 106px;
}

#top ul.logo li {
	float: left;
	height: 50px;
	margin-right: 92px;
}

/* news, contents */
#top #news, #contents {
	margin-top: 40px;
}

/* news */
#top #news {
	background-color: #fff;
	border: #e0dfd9 solid 1px;
	padding: 4px 0 3px;
}

#top #news h2,
#top #news dl {
	display: table-cell;
	vertical-align: middle;
}

#top #news h2 {
	width :120px;
	text-align: center;
	color: #4657a4;
}

#top #news dl {
	width: 820px;
	line-height: 30px;
	background: url(../images/top/dot.gif) repeat;
}

#top #news dt.last,
#top #news dd:last-child {
	background-color: #fff;
}

#top #news dt {
	float: left;
	width: 96px;
	font-family: Helvetica, Arial, sans-serif;
	color: #4657a4;
}

#top #news dd {
	float: left;
	width: 724px;
}

#top #news dd a {
	color: #4657a4;
	text-decoration: underline;
}

#top #news dd a:hover {
	text-decoration: none;
}

/* contents */
#top #contents section {
	width: 460px;
	border: #e0dfd9 solid 1px;
	background-color: #fff;
	padding: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
        margin-bottom: 10px;
}

#top #contents section.mbtm40 {
	margin-bottom: 40px;
}

#top #contents h3 {
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	margin: 13px 0 14px 12px;
}

#top #contents h3 + p {
	width: 420px;
	margin: 0 0 35px 12px;
}

#top #contents iframe {
	margin: 0 0 40px 50px;
}

/* ONLINE SHOPPING */
#top #contents p.nv,
#top #contents p.nv a {
	width: 440px;
	height: 30px;
	background-image: url(../images/top/nv_shopping.png);
}

/* 2) under 下層ページ共通
-------------------------------------------------------------*/
.under section {
	width: 700px;
	margin: 55px auto 0;
}

.under section h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4657a4;
	margin-bottom: 31px;
}

.under section a:hover {
	text-decoration: underline;
}

/* 3) company
-------------------------------------------------------------*/
/* Global Navi */
#company header nav li#nvCompany a {
	background-color: #4657a4;
}

#company figure {
	margin-bottom: 29px; 
}

#company p.right {
	text-align: right;
	margin-top: 160px;
}

#company p.right span {
	font-size: 18px;
}

#company dt {
	float: left;
	width: 90px;
}


/* 4) privacy, law
-------------------------------------------------------------*/
/* 共通 */
#privacy section,
#law section {
	line-height: 1.5;	
}

#privacy section h3,
#law section h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

#privacy section p,
#privacy section ul,
#law section p,
#law section ul,
#law section dl {
	margin-bottom: 3em;
}

#privacy section li,
#law section li {
	text-indent: -1em;
	padding-left: 1em;
}

#privacy section small,
#law section small {
	font-size: 14px;
}

/* privacy */
#privacy section mark {
	background: none;
	color: #5a5a5a;
}

#privacy section small {
	display: block;
	margin-bottom: 3em;
}

/* law */
#law section section {
	margin: 0;
}

#law section dt,
#law section dd {
	display: inline;
}