@charset "Shift-JIS";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Since:2012-07-04
+ Update:XXXX-XX-XX
+ Editor ID:Aoki @NTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* universal reset ******************************************** */
*{
	margin:0;
	padding:0;
	font-style:normal;
}
ul{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
/* テキストを省略せずに表示する */
.ui-header .ui-title, /* ヘッダー */
.ui-footer .ui-title, /* フッター */
.ui-btn-inner, /* ボタン */
.ui-li-heading, /* リスト見出し */
.ui-li .ui-btn-text a.ui-link-inherit, /* リンクリスト */
.ui-li-desc /* リスト詳細 */ {
	overflow: visible;
	white-space: normal;
}
/* /universal reset ******************************************* */


/* base font size ********************************************* */
body{
	color:#3a3a3a;
	font-size: 14px;
	line-height:1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
a{
	color:#007eff;
}
/* /base font size ******************************************** */


/* コンテンツ ************************************************* */
/* JQ共通 */
.ui-body-c,
.ui-overlay-c {
	background: url(../images/bg_body.gif) repeat 0 0;
}
.ui-content{
	margin: 0;
	padding: 0;
}
.ui-content input.ui-input-text, .ui-content textarea.ui-input-text {
	width: 96%;
}

/* ページ共通 */
.wp{
	position: relative;
}
.wp .ui-header{
	border-bottom: none;
	background: url(../images/bg_header.gif) repeat 0 0;
}
.wp #adm .ui-header{
	border-bottom: none;
	background: url(../images/bg_header_adm.gif) repeat 0 0;
}
.wp h1.ui-title{
	height: 43px;
	margin: 13px 0 0 0;
	padding: 0 0 0 125px;
	background: url(../images/logo_n.png) no-repeat 13px 0;
	text-align: left;
	white-space: nowrap;
	/*overflow: hidden;*/
	overflow: visible;
	font-size: 24px;
}

.wp .ui-content{
	margin: 15px 10px;
}
.wp .ui-content h2{
	position: relative;
	padding: 11px 5px 11px 80px;
	background: -webkit-gradient(linear, left top, left bottom,from(#666666),to(#2d2d2d));
	background: -moz-linear-gradient(-90deg,#666666 0%,#2d2d2d 100%);
	background: linear-gradient(-90deg,#666666 0%,#2d2d2d 100%);
	background: #2d2d2d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
}
.wp .ui-content h2.first:after{
	position:absolute;
	left:10px;
	bottom:0px;
	content:url(../images/bg_h2_01.png);
	width: 59px;
	height:39px;
}
.wp .ui-content h2.second:after{
	position:absolute;
	left:10px;
	bottom:0px;
	content:url(../images/bg_h2_02.png);
	width: 63px;
	height:40px;
}

.wp .board{
	position: relative;
	border: solid 2px #929292;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 14px 0 10px 0;
	padding: 22px 10px 15px;
}
.wp .board:before{
	position:absolute;
	left:8px;
	top:5px;
	content:url(../images/img_pin.png);
	width: 12px;
	height:11px;
}
.wp .board:after{
	position:absolute;
	right:8px;
	top:5px;
	content:url(../images/img_pin.png);
	width: 12px;
	height:11px;
}
.wp .ui-content h3{
	font-size: 14px;
	font-weight: bold;
	color: #2f3e46;
	margin: 10px 0 0 0;
}
.wp .board p{
	line-height: 1.4;
}
.wp .board div{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
.wp .board .indent{
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.wp .board .message{
	margin: 10px 0;
	padding: 5px 10px;
	border: solid 1px #e60012;
	background: #f0f0f0;
}
.wp .board .note{
	color: #e60012;
}
.wp .ui-content .ui-listview{
	margin: 12px 0;
}
.wp .ui-content .comment{
	background: #fff;
	border-bottom: solid 1px #aaaaaa;
}
.wp .ui-content dl dt{
	margin: 10px 0 8px;
	padding: 0 2px 2px;
	color: #2b91d9;
	font-weight: bold;
}
.wp .ui-content dl dd{
	margin-bottom: 0.5em;
}
.wp .editBtn{
	float: left;
}
.wp .editBtn a{
	display: block;
	border: solid 2px #2489ce;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	margin: 0 5px 20px;
	padding: 10px 20px;
	text-decoration: none;
}
.ui-footer{
	content: "";
	display: block;
	clear: both;
}

/* iPhone 4 and other high pixel ratio devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (moz--min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2) {
	.ui-body-c,
	.ui-overlay-c {
		background: url(../images/bg_body@2x.gif) repeat 0 0;
		-webkit-background-size: 6px auto, auto 6px;
		background-size: 6px auto, auto 6px;
	}
	.wp .ui-header{
		background: url(../images/bg_header@2x.gif) repeat 0 0;
		-webkit-background-size: 6px auto, auto 6px;
		background-size: 6px auto, auto 6px;
	}
	.wp #adm .ui-header{
		background: url(../images/bg_header_adm@2x.gif) repeat 0 0;
		-webkit-background-size: 6px auto, auto 6px;
		background-size: 6px auto, auto 6px;
	}

	.wp h1.ui-title{
		background: url(../images/logo_n@2x.png) no-repeat 13px 0;
		-webkit-background-size: 103px 30px;
		background-size: 103px 30px;
	}
}
/* /コンテンツ ************************************************ */
