@charset "utf-8";

/*
　body
------------------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4A4A4A;
}





/*
　div
------------------------------------------------------------------------- */

header {
	width: 100%;
	height: auto;
}

nav#gnav01 {
	width: 100%;
	height: auto;
	clear: both;
}

nav#gnav02 {
	width: 100%;
	height: auto;
	clear: both;
}

#contentWrap {
	width: 100%;
	padding:0;
}

#contentLeft {
	width: 67%;
	float: left;
}

#underContent {
	width: 67%;
	float: left;
}

#side {
	width: 30%;
	float: right;
}

footer {
	width: 100%;
	text-align: center;
	height: auto;
	padding: 1%;
}





/*
	link
------------------------------------------------------------------------- */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}





/*
	topicpath
------------------------------------------------------------------------- */

#topic_path_wrap {
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
}

ol#topic_path {
	width: 100%;
	max-width: 1000px;
	color: #7C7C7C;
	list-style-type: none; 
	font-size: 10px;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
ol#topic_path {
	padding: 0 5px;
}
}

ol#topic_path li {
	padding-left: 5px;
	float: left;
}

ol#topic_path li a {
	padding-right: 18px;
	background-image: url(../common/topic_path_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
}

ol#topic_path li a:hover {
	padding-right: 18px;
	background-image: url(../common/topic_path_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
}





/*
	header
------------------------------------------------------------------------- */

#header01 {
	background-color: #EEE;
}

#header01 h1 {
	color: #999;
}





/*
　gnav01
------------------------------------------------------------------------- */
nav#gnav01 {
	background-color: #003366;
}

nav#gnav01 ul {
	list-style: none;
	border-left: 1px solid #145B9C;
}

nav#gnav01 ul li a {
	display: block;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #145B9C;
	float: left;
}

nav#gnav01 ul li a:hover {
	color: #BBB;
}





/*
　gnav02
------------------------------------------------------------------------- */
nav#gnav02 {
	background: #DDEBFB;
	width: 100%;
}

#menu{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#menu li{
	display: block;
	float: left;
	width: 16%;
	margin: 0;
	padding: 0; 
}
	
#menu li a{
	background-image: url(../common/gnav_icon01.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	padding: 5px 0 5px 10px;
	color: #333;
	text-decoration: none;
}

#menu li a:hover{
	text-decoration: underline;
}

#toggle{
	display: none;
}

@media only screen and (max-width: 768px) {
	
#menu li{
	width: 33.3%;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	padding: 3px 10px;
	border-left: 1px solid #FFF;
}

}

@media only screen and (max-width: 480px) {
	
#menu{
	display: none;
}

#menu li{
	width: 100%;
	padding: 10px;
	background: #003366;
}

#menu li a {
	color: #FFF;
}

#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #003366;
}

#toggle a{
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}

#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #003366;
}

#toggle a:before{
	margin-top: -6px;
}

#toggle a:after{
	margin-top: 2px;
}

}





/*
	side
------------------------------------------------------------------------- */

#side article {
	margin-bottom: 20px;
}

.side_article01 h4,
.side_category_bnr h4 {
	color: #003366;
	font-weight: bold;
	margin: 5px 0 15px;
}

/*　side（text）　*/

article.side_article01 {
	background-color: #EEE;
	padding: 10px;
	border-top: 5px solid #003366;
}

.side_article01 ul {
	background-color: #FFF;
	width: 100%;
	list-style-type: none;
}

.side_article01 ul li {
	background-image: url(../common/side_icon01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	padding-right: 8px;
	border-bottom: 1px dotted #CECEE3;
}

.side_article01 li a {
	display: block;
	color: #333;	
}

.side_article01 li a:hover {
	background-color: #FCFCFC;
}

/* category */

.side_category_bnr {
	background-color: #EEE;
	padding: 10px;
	border-top: 5px solid #003366;
}

.side_category_bnr ul {
	background-color: #FFF;
	width: 100%;
	list-style-type: none;
	border: 1px solid #CCC;
	padding: 10px 10px 0 10px;
}

.side_category_bnr ul li {
	margin-bottom: 10px;
}

/* ranking */
#side .button:hover {
	color: #FFF;
}

section#side article {
	margin-bottom: 30px;
}

#siderank ul {
	list-style: none;
}

#siderank ul li {
	width: 100%;
	display: block;
}

.siderank_left {
	float: left;
}

.siderank_right {
	float: right;
}

.rName {
	color: #000000;
	font-weight: bold;
}

#siderank01 {
	border: 5px solid #C1A454;
}

#siderank02 {
	border: 5px solid #666666;
}

#siderank03 {
	border: 5px solid #AF9A8D;
}





/*
	pagetop
------------------------------------------------------------------------- */
#pagetop {
	background-color: #DDEBFB;
}

#pagetop p {
	text-align: right;
	padding: 8px;
}

#pagetop a {
	color: #003366;
}

#pagetop a:hover {
	color: #003366;
	text-decoration: underline;
}





/*
	foot map
------------------------------------------------------------------------- */

#foot_map_wrap {
	background-color: #F7F7F7;
	border-top: 8px solid #003366;
}

ul#foot_map li {
	list-style-type: none;
}

#foot_map a {
	color: #003366;
}

#foot_map span a {
	display: block;
	border-bottom: 1px solid #003366;
	font-weight: bold;
}





/*
	footer
------------------------------------------------------------------------- */

#foot_wrap {
	background-color: #CCC;
}

footer {
	text-align: center;
}

footer {
	color: #003366F;
}

footer p a {
	color: #003366F;
	text-decoration: none;
}

footer p a:hover {
	color: #003366F;
	text-decoration: underline;
}





/*
	toppage
------------------------------------------------------------------------- */
/* rank */
#top_rank ul {
	list-style-type: none;
}

#top_rank li {
	width: 31.3%;
	float: left;
	margin: 0 2% 0 0;
	text-align: center;
}

#top_rank li .top_rank_img a {
	color: #929292;
}

#top_rank li a span {
	color: #000;
}

.top_rank_btn a {
	display: block;
	background-color: #565656;
	color: #FFF;
	margin-top: 10px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}


/* hot news */
.toppage #news {
	border: 1px solid #CCC;
}

.toppage #news h3 {
	position: relative;
	color: #111;
	background: #EEE;
	line-height: 1;
	padding: 14px 5px 10px 40px;
	border-bottom: 1px solid #CCC;
}

.toppage #news h3:before {
	content: "";
	position: absolute;
	background: #999;
	top: 50%;
	left: -20px;
	margin-top :-22px;
	height: 44px;
	width: 44px;
	box-shadow: 1px 1px 1px #777;
	border-radius: 50%;
}

.toppage #news h3:after {
	content: "";
	position: absolute;
	background:#777;
	top: 50%;
	left: -15px;
	margin-top:-15px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
}



.toppage .title {
	display: block;
	font-weight: bold;
}

.day {
	color: #EEE;
}

.category {
	display: inline;
	color: #FFF;
	padding: 2px 10px;
}

.category a {
	color: #FFF;
	text-decoration: none;
}

.oily {
	background-color: #008CCF;
}

.nikibi {
	background-color: #10A9BE;
}

.blue {
	background-color: #0E55C0;
}

.skincare {
	background-color: #83CDF1;
}

.topic {
	background-color: #3BBC21;
}

.toppage #news ul,
.toppage .article ul {
	list-style-type: none;
}

.toppage .article li {
	border-top: 2px solid #70B0E4;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #EEE;
}

.toppage .article .title {
	border-top: 1px solid #DDD;
	font-weight: bold;
	color: #008CCF;
}

.toppage .article_link a {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #94BCF1;
	text-align: center;
	color: #FFF;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* top_recomend */
#top_recomend {
	background-color: #EEE;
	padding: 15px;
}


#top_recomend h3 {
	border-left: 5px solid #000;
	padding: 5px 0 5px 10px;
}





/*
	title
------------------------------------------------------------------------- */

.title01 {
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	background-color: #F3F3F3;
	border-radius: 10px;
	padding: 21px 18px 20px;
	margin-bottom: 20px;
}

.title02 {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #EEE;
	color: #333;
	padding: 12px;
	margin-bottom: 20px;
}

.title02:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #EEE;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.title03 {
	color: #000;
	border-left: 5px solid #000;
	padding: 5px 0 5px 10px;
	margin-bottom: 20px;
}

.title04 {
	color: #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px;
	margin-bottom: 20px;
}

h3 {
	margin-bottom: 20px;
}

.top_h3 {
	background-color: #EEE;
	color: #222;
	padding: 10px 0 10px 10px;
	border-width: 5px 0 1px 0;
	border-style: solid;
	border-color: #003366 #CCC #CCC #CCC;
}





/*
	.article
------------------------------------------------------------------------- */

.article section {
	margin-bottom: 60px;	
}

.article .img_L {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 20px auto;
}

.article .img_R_C {
	display: block;
	width: 60%;
	margin: 30px 20%;
}

.article .img_R_R {
	display: block;
	width: 40%;
	float: right;
	margin: 20px 0 20px 20px;
}

.article .img_S_L {
	display: block;
	width: 25%;
	float: left;
	margin: 0 20px 20px 0;
}





/*
	item
------------------------------------------------------------------------- */

.item {
	text-align: center;
}

.item a {
	font-weight: bold;
}

.item .item_img01 {
	display: block;
	border: 1px solid #CCC;
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
}

.recoitembtn a {
	widows: 60%;
	display: block;
	background-color: #1C65CE;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin: 20px 20% 40px;
	border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px;
}





/*
	other
------------------------------------------------------------------------- */

.size13 {
	font-size: 13px;
}

.center {
	text-align: center;
}

.flo_left {
	float: left;
}

.flo_right {
	float: right;
}

.space_r_15 {
	margin-right: 15px;
}

.space_r_20 {
	margin-right: 20px;
}

.space_r_30 {
	margin-right: 30px;
}

.space_b_20 {
	margin-bottom: 20px;
}

.space_b_30 {
	margin-bottom: 30px;
}

.bold_black {
	color: #000000;
	font-weight: bold;
}

.bold_blue {
	color: #1C65CE;
	font-weight: bold;
}

.bold_red {
	color: #F9004D;
	font-weight: bold;
}

.back_yellow {
	color: #000000;
	background-color: #E7F7C9;
}

.bold_blue {
	color: #1C65CE;
	font-weight: bold;
}

.back_yellow {
	color: #000000;
	background-color: #E7F7C9;
}

.yellow {
	color: #E3A60D;
	font-size: 120%;
}