@charset "utf-8";
/* ------------------------- TOC 
common setting




---------------------------- */
/* ============================== css hack */
/* cssuseragent tag list
windows: win
mac    : mac

ie     : msie
ie7    : msie7
ie8    : msie8
ie9    : msie9

firefox     : firefox
firefox3.6.+: firefox36
firefox4.+  : firefox4

chrome  : chrome
chrome10: chrome10

safari   : safari
safari5.+: safari5
*/


/* ============================== common setting */
/* display: block; */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/* body */
body {
	margin: 0;
	padding: 0;
}
header,
article.contentsArea section h1.withCaption,
article.contentsArea section p.category,
.subContentsBox {
	font-size: 83%;
}
html>/**/ header,
html>/**/ article.contentsArea section h1.withCaption,
html>/**/ article.contentsArea section p.category,
html>/**/ .subContentsBox {
	font-size: 12px;
}


/* ============================== promotion */
header .rightBox .searchBox ul {
	margin-right: 0;
}


/* ============================== sub win */
/* header */
header { 
	overflow: hidden;
	zoom: 1;
}
/* leftBox */
header h1 {
	margin: 19px 40px 10px 20px;
	float: left;
}
header hgroup h1.logo {
	padding-bottom: 11px;	
}
.msie7 header hgroup h1.logo {
	padding-bottom: 20px;
}


header h1 img {
	border: none;
}
header h1,
header h1 img {
	font-size: 0;
	line-height: 0;
}
/* rightBox */
header p.messageLogo {
	float: right;
	overflow: hidden;
	zoom: 1;
	text-align: right;
	margin: 15px 0 10px;
}
header p.messageLogo img {
    float: right;
    font-size: 0;
    line-height: 1;
    margin: 0 20px 0 0;
}
/* contentsArea */
article.contentsArea section {
	background-color: #002279;
	overflow: hidden;
	zoom: 1;
	padding: 5px 20px;
	line-height: 1.4;
}
article.contentsArea section h1.withCaption,
article.contentsArea section p.category {
	font-weight: bold;
}
article.contentsArea section h1.withCaption,
article.contentsArea section p.category a {
	color: #FFF;	
}
article.contentsArea section h1.withCaption {
	width: 60%;
	float: left;
	margin: 0;
}
article.contentsArea section p.category {
	width:40%;
	float: right;
	text-align: right;
	margin: -1px 0 0 0;
	overflow: hidden;
	zoom: 1;
}
article.contentsArea section p.category a {
	display: block;
	float: right;
	padding-left: 13px;
	background:url(/common/unchangeable/img/bg_subcategory_pict01.png) no-repeat 0.4em 0.5em;
}
article.contentsArea .subContentsBox {
	padding: 19px;
}
article.contentsArea .subContentsBox p {
	margin: 0;
}

/* for logo svg*/
header div.svgSwitch{
	margin:0;
	padding:0;
}
header div.svgSwitch h1.logo{
	margin:0;
	padding:0;
	height:71px;
}

header div.svgSwitch p.messageLogo{
	margin:15px 0 10px;
}

/* ==============================
    Media Queries
   ============================== */

@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */

#wrapper {
	width: 100%;
	min-width: 320px;
}

/* header */
header {
	margin-top: 5px;
	width: auto;
	padding: 0 10px;
}

header h1.logo {
	margin: 10px 0px 0px 0px;
	width: 168px;
}

header h1.logo img {
	max-width: 100%; /* width:100% -> max-width:100%*/
	height: auto;    /* height:100% -> height:auto*/
}

header p.messageLogo {
    width: 114px;
	margin: 20px 0px 0px 0px;
    float: right;
    line-height: 1;
    font-size: 0px;
}

header p.messageLogo img {
	margin: 0;
	max-width: 100%; /* width:100% -> max-width:100%*/
	height: auto;    /* height:100% -> height:auto*/
}

article.contentsArea .subContentsBox {
    padding: 10px;
}

/* for logo svg*/
header div.svgSwitch h1.logo {
	margin: 0;
	width: 220px;
	float:left;
}

header div.svgSwitch p.messageLogo {
	margin-top: 32px;

}


}

/* for logo svg*/
@media only screen and (max-width:333px) {
header div.svgSwitch p.messageLogo {
	margin-top: -37px;

}
}
