@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
	font-size:13px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  background-color: #fff;
  padding: 1%;
}
h2.h2_thickbox {
  width: 96%;
  padding: 1%;
	font-size:16px;
	color:#369;
	margin:10px 0;
	font-weight:normal;
	border-bottom:3px solid #3D79B6;
	text-shadow:1px 1px 0px #fff;
}
#up_ymd {
  width: 97%;
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
#detail {
  height: 100%;
}
.detailText {
  width: 100%;
}
.detail_p {
padding: 5px;
line-height: 160%;
letter-spacing: 0.4pt;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: auto;
min-height: 400px;
}
.detailUpfile {
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn {
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a {
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img {
	max-width:100%;
	height:auto;
}
.pNav {
	font-size:11px;	
}
.copyright_white a {
	color: #fff !important;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 768px) {
h2.h2_thickbox {
  font-size: 12px;
}
#up_ymd {
  width: 90%;
}
.detail_p {
  height: 195px;
}
.copyright_white a {
	color: #000;
	filter:alpha(opacity=75) ;
	-moz-opacity: 0.75;
	opacity: 0.75;
}
}
