@charset "utf-8";
/* CSS Document */

html,body {
	width: 100%;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	text-decoration: none;
}

.yanone {font-family: 'Yanone Kaffeesatz', sans-serif;}

/*-------------------------------------------------
main
-------------------------------------------------*/

#header {
}

#header .head_wrap {
	width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

#header .head_wrap h1 {
	font-size: 30px;
	font-weight: bold;
}

#header .head_wrap h1 a {
	color: #0268CC;
}

#header .head_wrap p {
	padding: 5px 0 0;
	color: #fff;
}



#globalnavi {
	background: #0268CC;
}

#globalnavi ul {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}

#globalnavi ul li {
	display: inline-block;
	padding: 0 10px;
}

#globalnavi a {
	color: #fff;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

#wrapper #entry {
	float: right;
	width: 670px;
	font-size: 15px;
	line-height: 1.6em;
}

#wrapper #side {
	float: left;
	width: 300px;
}


#entry .entry_box {
	margin-bottom: 20px;
}

#entry .box_tit {
	padding: 12px 5px 15px 35px;
	font-size: 20px;
	margin-bottom: 10px;
	background: url(../img/detective.gif) no-repeat 0 0 ;
	border-bottom: 3px solid #ddd;
}

#entry .no-txt p {
	text-indent: -30px;
	margin-left: 30px;
}
#entry .no-txt p span {
	margin-right: 5px;
}

#entry .box_tit h2 {
	font-weight: bold;
	color: #0268CC;
}

#entry .box_tit a {
	color: #0268CC;
}

#entry .box_txt {
	padding: 0 5px;
	line-height: 1.8em;
}

#entry .box_txt p {
	margin-bottom: 20px;
}

#entry .box_body {
	overflow: hidden;
}


#side .side_box {
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	background: #F2F2F2;
}

#side .side_box p.tit {
	margin-bottom: 5px;
	padding: 10px 5px;
	font-size:16px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}

#side .side_box ul li {
	padding: 5px 0 10px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}

#side .side_box ul li p.pic {
	float: left;
	width: 80px;
	height: 80px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
}

#side .side_box ul li p.pic img {
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#side .side_box ul li p.txt {
	float: right;
	width: 190px;
	padding: 5px 0;
	font-size: 14px;
	color:#0268CC;
}

#side .side_box ul li span {
	margin-right: 5px;
	color: #0268CC;
}

#side .side_box ul li a {
	color: #0268CC;
}

#footer {
	padding: 30px 0;
	background: #000;
	text-align: center;
	color: #fff;
}

#footer a {
	color: #fff;
}

/*-------------------------------------------------
COMMON
-------------------------------------------------*/

/* 画像置き換え用 */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* ブラウザ、スクリーンリーダから隠す
 css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
 
/* ブラウザからは隠し、スクリーンリーダからは利用できる */
.visuallyhidden { position: absolute !important;   
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); }

/* ブラウザとスクリーンリーダから隠し、レイアウトを保持 */
.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after { 
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}