@charset "UTF-8";

/*----------------------------------------------------------------------
/			iPhone用override
/----------------------------------------------------------------------*/

body{
	font-family: 'HiraKakuProN-W3',sans-serif;
	-webkit-text-size-adjust: none;
}

p {
	margin-left: 5px;
	margin-right: 3px;
}

div.wrapper {
	border-style: none;
}
div.wrapper div.innerWrap{
/*
	margin: 0 5px;
*/
	margin: 0;
	width: auto;
}
div#header{
	padding-left: 0;
}
div#mainInfo{
	background-image: none;
	height: 40px;
}
div#mainInfo div.logo img {
	height: 40px;
}
div#header div.title{
	padding: 6px 6px;
}
div.contents {
	margin-bottom: 0;
}
div.contents div.main{
	float: none;
	width: auto;
}
div.chapter {
	margin-bottom: 15px;
}
div.contents div.sideInfo{
	float: none;
	position: static;
	padding-top: 15px;
	width: auto;
}
div.contents div.sideInfo div.block{
	position: static;
	top: 0;
	width: auto;
}
div#footer{
	margin: 0 5px;
	padding-bottom: 10px;
	width: auto;
	text-align: center;
	-webkit-text-size-adjust: 90%;

	line-height: 130%;

	/*font-size: 60%;*/
}
div#footer li{
	padding: 0 5px;
}

div.message {
	margin-bottom: 15px;
	font-size: 85.714%;
	line-height: 150%;
}
div.message p {
	margin-bottom: 5px;
}
div.message ul {
	list-style: none;
	margin-left: 10px;
}

div.centerImage {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (orientation:portrait) {
	div.centerImage img {
		max-width: 96.774194%;		/* 300px / 310px */
		/*max-height: 360px;*/
	}
}
@media screen and (orientation:landscape) {
	div.centerImage img {
		max-width: 89.361702%;		/* 420px / 470px */
		/*max-height: 320px;*/
	}
}

.urlAnchorLink {
	font-size: 85.71428671428571%;
	white-space: pre;						/* CSS 2.0 */
	white-space: pre-wrap;			/* CSS 2.1 */
	white-space: pre-line;			/* CSS 3.0 */
	white-space: -pre-wrap;			/* Opera 4-6 */
	white-space: -o-pre-wrap;		/* Opera 7 */
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -hp-pre-wrap;	/* HP Printers */
	word-wrap: break-word;			/* IE 5+ */
}

div.chapter ul li {
	margin-right: 3px;
}

h3 {
	font-size: 120%;
}

/*----------------------------------------------------------------------
/ PCとiPhoneで切り替え
/----------------------------------------------------------------------*/
.pc {
	display: none;
}
span.iphone, a.iphone, img.iphone {
	display: inline;
}
div.iphone, p.iphone, li.iphone {
	display: block;
}

/*----------------------------------------------------------------------
/ タイトル
/----------------------------------------------------------------------*/
h1,
div.contents#detail div.main h2.hatena {
	margin-bottom: 15px;
	border-style: none;

/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 1px #4d2200;
	-webkit-box-shadow: 1px 1px 1px #4d2200;
	box-shadow: 1px 1px 1px #4d2200;
*/
	background-color: #f7f3e8;
	padding-bottom: 0;
/*
	color: #ffffff;
*/
	font-size: 120%;
	font-weight: normal;
/*
	text-shadow: #4d2200 0 1px;
*/
}
h1 {
	padding-left: 10px;
	line-height: 180%;
}
div.contents#detail div.main h2.hatena {
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-position: 10px 50%;
	font-size: 130%;
	line-height: 130%;
}

/*----------------------------------------------------------------------
/ 第1層メニュー
/----------------------------------------------------------------------*/
a.link {
	background-image: url("/image/next-ocher64x98.png");
	background-size: 9.142857142857143px 14px;
}
div.sideInfo ul#helpList {
	border-style: none;
}
div.sideInfo ul#helpList li {
	margin:0;
	padding:0;
	border-style: none;
	background-image: none;
}
div.sideInfo ul#helpList li a {
	margin-bottom: -1px;
	border: 1px solid #e9d5a9;
	background-color: #f7f3e8;
	line-height: 280%;
	font-weight: bold;
}
div.sideInfo ul#helpList li a.link {
	background-position: 95% 50%;
}
div.sideInfo ul#helpList li.on a {
	background-color: #e0d8c2;
}
div.sideInfo ul#helpList li#helpTop {
	margin-top:25px;
}
div.sideInfo ul#helpList li#mapLibTop {
	margin-top:30px;
}
div.sideInfo ul#helpList li#mapLibTop a {
	border: 1px solid #556b2f;
	background-color: #eee8aa;
	background-image: url(/help_v4/images/arrow2.gif);
	color: #2f4f4f;
}



/*----------------------------------------------------------------------
/ 第2層メニュー
/----------------------------------------------------------------------*/
div.contents#list div.main ul.f {
	padding-left: 10px;
	padding-right: 10px;
}
div.contents#list div.main ul.f li {
	margin:0;
	border-style: none;
	background-image: none;
	padding: 0 2px 0 0;
	list-style-type: none;
}
div.contents#list div.main ul.f li a {
	display: block;
	margin-top: 0;
	margin-bottom: -1px;
	border-top: 1px dotted #e9d5a9;
	border-bottom: 1px dotted #e9d5a9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 26px;
	background: url('/help_v4/images/icon_hatena.gif') no-repeat 2px 12px;
	text-decoration: none;
/*	line-height: 280%;	*/
	line-height: 135.714%;
}

/*----------------------------------------------------------------------
/		box 囲み罫
/----------------------------------------------------------------------*/
div.box2{
	margin: 1em 0.5em;
}