@charset "UTF-8";

/* 初期設定
----------------------------------- */
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } 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 #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } img { border: 0; }
input[type="search"],input[type="text"],input[type="submit"] { -webkit-appearance: none; -webkit-box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { display: none; }

/* Text */
body {
	font-family: Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 150%;
}

/* Default [Link] */
a:link { color: #0769e3; }
a:visited { color: #5c56ac; }
a:hover, a:focus { color: #389efe; }
a:active { color: #0769e3; }

/* Print */
@media print {
	* {
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		background: transparent none !important;
	}
	html { background-color: #fff; }
	nav { display: none; }
	a[href]:after { content: " (" attr(href) ") "; }
	a[href] {
		text-decoration: underline;
		color: #00f;
		border: none;
	}
	a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	figure { 
		margin-bottom: 1em; 
		overflow: hidden;
	}
	figure img { border: 1px solid #000; }
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ナビゲーション初期設定
----------------------------------- */
.nav1btn, .nav2btn { display: none; }
.toggle { display: block; }
#topnav li {
	display: inline-block;
	border: none;
}

/* body要素設定
----------------------------------- */
body {
	background: #f6f6f6 url(../img/l_bg.png) repeat center top;
}

/* エディタ用
----------------------------------- */
.size-m{font-size: 120%;}
.size-l{font-size: 140%;}
.red{color:#b6141f;}
.blue{color:#1765b5;}
strong{font-weight:bold;}
blockquote{padding:0 2em;}

#article-main h3,.mod-editor h3,.mod-text-block h3{
	margin:0 0 1em;
	padding:2px 0 0 3px;
	background-color:#dad4bf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #d1c9ae), color-stop(0.00, #dad4bf));
	background: -webkit-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: -moz-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: -ms-linear-gradient(top, #dad4bf 0%, #d1c9ae 88%);
	background: linear-gradient(to bottom, #dad4bf 0%, #d1c9ae 88%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad4bf', endColorstr='#d1c9ae',GradientType=0 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:solid 1px #c6bfa8;
	font-size:120%;
	color:#534d3b;
	font-weight: bold;
}
#article-main h4,.mod-editor h4,.mod-text-block h4{
	margin:0 0 1em;
	padding:0 0 2px;
	border-bottom:solid 2px #78715f;
	color:#78715e;
	font-weight:bold;
}
#article-main ul,.mod-editor ul,.mod-text-block ul,body.editable #main-block article ul{list-style-type: circle; list-style-position:outside;}
#article-main ol,.mod-editor ol,.mod-text-block ol,body.editable #main-block article ol{list-style-type: decimal; list-style-position:outside;}
#article-main li,.mod-editor li,.mod-text-block li,body.editable #main-block article li{ margin:0 0 0.5em 2em;}
#article-main dl,.mod-editor dl,.mod-text-block dl,body.editable #main-block article dl{}
#article-main dt,.mod-editor dt,.mod-text-block dt,body.editable #main-block article dt{font-weight:bold;}
#article-main dd,.mod-editor dd,.mod-text-block dd,body.editable #main-block article dd{margin:0 0 0.5em 2em;}
#article-main div.center,.mod-editor div.center,.mod-text-block div.center,body.editable #main-block article div.center{text-align:center;}
#article-main div.frame,.mod-editor div.frame,.mod-text-block div.frame,body.editable #main-block article div.frame{
	margin:0;
	padding:1em;
	border:solid 1px #d5d1c6;
	background-color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* モジュール
----------------------------------- */
span.notes{
	font-size:90%;
}

/* サイトナビゲーション */
.site-navi {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}

/* スライダー */
.slider{
	width:600px;
	padding:0 1px 0 0;
	background: url(../img/common_units.png) no-repeat 583px 0;
}
.swiper-car{
	width:600px;
	background: url(../img/common_units.png) no-repeat 583px 0;
}
.swiper-car .slide-image{
	display: block;
	width:180px;
	height:250px;
	margin:0 0 10px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-box-shadow:  1px 1px 6px 0px #bebcb8;
	-moz-box-shadow:  1px 1px 6px 0px #bebcb8;
    box-shadow:  1px 1px 6px 0px #bebcb8;
}
.swiper-car .slide-image img{
	width:180px;
	height:250px;
}
.swiper-car .slide-detail {
	display:block;
	width: 115px;
	height:auto;
	min-height:55px;
	background: no-repeat left top;
	margin:0;
	padding: 0 0 0 65px;
}
.swiper-car .slide-detail span{
	display: block;
	margin:0;
	padding:0;
}
.swiper-car .book-magazine,
.swiper-car .book-title,
.swiper-car .book-author,
.swiper-car .book-date{
	font-size:75%;
	line-height:130%;
}
.swiper-car .book-magazine{
	margin:0 0 0.2em;
	font-size:65%;
	font-weight: bold;
}
.swiper-car .book-title{
	font-weight: bold;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-car .book-author{
	font-weight: normal;
	color:#666;
	word-wrap: normal; /* for IE */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-car .book-date{
	color:#666;
}
.swiper-car a:link,
.swiper-car a:visited{
	text-decoration: none;	
	color:#333;
}
.swiper-car a:link .book-author,
.swiper-car a:visited .book-date{
	text-decoration: none;	
	color:#666;
}
.swiper-car a:hover{
	text-decoration: none;
	color:#999;
}
.swiper-wrapper .swiper-slide:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

.page-nav{
	position:absolute;
	width:51px;
	height:23px;
	margin-left:550px;
}
.page-nav a{
	display: block;
	float:right;
	width:25px;
	height:23px;
	overflow:hidden;
	background-image: url(../img/common_units.png);
	background-repeat: no-repeat;
	vertical-align:top;
}
.page-nav span{
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	text-indent: 101%;
}
.page-nav a.arrow-left{
	margin:0 1px 0 0;
	background-position:-20px 0;
}
.page-nav a.arrow-right{
	background-position:-46px 0;
}

.page-nav a:hover.arrow-left{
	background-position:-20px -25px;
}
.page-nav a:hover.arrow-right{
	background-position:-46px -25px;
}

/* 再検索フォーム */
.mod-searcher {
	margin: 0 0 20px;
}
.mod-searcher .search-word {
	width: 207px;
	_height: 22px;
	padding: 3px 5px 3px 28px;
	background: #fff url(../img/searcher_bg.png) no-repeat left center;
	border: 1px solid #ccc5ba;
	outline: 0;
	font-size: 80%;
	line-height: 130%;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	vertical-align: bottom;
}
.mod-searcher .search-submit{
	display: inline-block;
	padding:0.1em 30px;
	background-color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5ef), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: -moz-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: -ms-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: linear-gradient(to bottom, #fff 15%, #f5f5ef 100%);
	-webkit-box-shadow: 1px 1px 0px 0px #f9f7f4;
	-moz-box-shadow: 1px 1px 0px 0px #f9f7f4;
	box-shadow: 1px 1px 0px 0px #f9f7f4;
	border: 1px solid #c4c2ba;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:75%;
	font-weight: normal;
	color: #2265b7;
	line-height:140%;
	vertical-align: bottom;
}
.mod-searcher .search-submit:visited{
	color: #2265b7;
	text-decoration:none;
}
.mod-searcher .search-submit:hover,
.mod-searcher .search-submit:focus{
	color: #389efe;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e4e0), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -moz-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -ms-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: linear-gradient(to bottom, #fff 15%, #e4e4e0 100%);
}

/* 角丸ボタン1 */
.mod-btn-nav{
	clear:both;
	margin:0 0 20px;
	text-align:center;	
}
.mod-btn-nav a{
	display: inline-block;
	padding:0.3em 0 0.2em;
	background-color:#fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1efe9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1efe9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1efe9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1efe9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1efe9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1efe9',GradientType=0 );
	-webkit-box-shadow: 1px 1px 0px 0px #f9f7f4;
	-moz-box-shadow: 1px 1px 0px 0px #f9f7f4;
	box-shadow: 1px 1px 0px 0px #f9f7f4;
	border: 1px solid #c4c2ba;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:90%;
	font-weight:bold;
	line-height:140%;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

/* 角丸ボタン2 */
.mod-btn-nav02{
	margin:0 0 20px;
}
.mod-btn-nav02 a{
	display: inline-block;
	padding:0.1em 30px;
	background-color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5ef), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: -moz-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: -ms-linear-gradient(top, #fff 15%, #f5f5ef 100%);
	background: linear-gradient(to bottom, #fff 15%, #f5f5ef 100%);
	-webkit-box-shadow: 1px 1px 0px 0px #f9f7f4;
	-moz-box-shadow: 1px 1px 0px 0px #f9f7f4;
	box-shadow: 1px 1px 0px 0px #f9f7f4;
	border: 1px solid #c4c2ba;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:100%;
	font-weight: normal;
	line-height:140%;
}

.mod-btn-nav a:link,
.mod-btn-nav02 a:link,
.mod-btn-nav a:visited,
.mod-btn-nav02 a:visited{
	color: #2265b7;
	text-decoration:none;
}
.mod-btn-nav a:hover,
.mod-btn-nav a:focus,
.mod-btn-nav a:active,
.mod-btn-nav02 a:hover,
.mod-btn-nav02 a:focus,
.mod-btn-nav02 a:active{
	color: #389efe;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e4e4e0), color-stop(0.15, #fff));
	background: -webkit-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -moz-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: -ms-linear-gradient(top, #fff 15%, #e4e4e0 100%);
	background: linear-gradient(to bottom, #fff 15%, #e4e4e0 100%);
}

/* 角丸ボタン3 */
.mod-btn-nav03 {
	clear: both;
	margin:0 auto;
	padding:0 0 20px;
	overflow:hidden;
	zoom:1;
}
.mod-btn-nav03 li {
	float:left;
	font-size: 80%;
	line-height: 200%;
	list-style:none;
}
.mod-btn-nav03 a {
	display: block;
	padding: 6px 0;
	border-style: solid;
	border-width: 1px;
	border-color:  #ffffff #c8c2b6 #c8c2b6 #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #edebe6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#edebe6));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#edebe6 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#edebe6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#edebe6',GradientType=0 );
	text-align:center;
}
.mod-btn-nav03 li.prev a {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.mod-btn-nav03 li.next a {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.mod-btn-nav03 a:link,
.mod-btn-nav03 a:visited {
	color: #2265b7;
	text-decoration: none;
}
.mod-btn-nav03 a:hover {
	color: #389efe;
	text-decoration: none;
	border-color: #ffffff #e1ded7 #e1ded7 #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f1ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f1ef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f1ef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f1ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f1ef',GradientType=0 );
}

/* ページング */
.pager {
	clear: both;
	margin-bottom: 20px;
	padding-top: 30px;
	text-align: center;
}
.pager li {
	display: inline;
	list-style: none inside;
	font-size: 80%;
	line-height: 200%;
}
.pager li.dot {
	margin:0 10px;
}
.pager a {
	margin: 0 1px;
	padding: 6px 8px;
	border-style: solid;
	border-width: 1px;
	border-color:  #ffffff #c8c2b6 #c8c2b6 #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #edebe6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#edebe6));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#edebe6 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#edebe6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#edebe6',GradientType=0 );
}
.pager span {
	margin: 0 1px;
	padding: 6px 8px;
	border-style: solid;
	border-width: 1px;
	border-color:  #9d9484 #c8c2b6 #c8c2b6 #9d9484;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #beb7ab;
	color:#fff;
}
.pager a:link,
.pager a:visited {
	color: #2265b7;
	text-decoration: none;
}
.pager a:hover {
	color: #389efe;
	text-decoration: none;
	border-color: #ffffff #e1ded7 #e1ded7 #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f1ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f1ef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f1ef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f1ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f1ef',GradientType=0 );
}

/* ブックマーク */
.mod-bookmark{
	clear:both;
	margin:0 0 10px;
	text-align: right;
}
.mod-bookmark ul.shareBtn{
	position: relative;
	list-style: none inside;
    font-size: 0;
    line-height: 0;
	float: right;
}
.mod-bookmark ul.shareBtn li {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin:0 0 0 5px;
	padding: 0;
    vertical-align: baseline;
}
.mod-bookmark ul.shareBtn .tw_value {
    display: block;
    position: absolute;
    left:5px;
    top: 0;
    width: 73px;
    margin: 0 !important;
    padding: 4px 0 4px 0;
    background: #fff;
    border: 1px solid #9197a3;
    border-radius: 3px;
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
}
.mod-bookmark ul.shareBtn .tw_value a:link,
.mod-bookmark ul.shareBtn .tw_value a:visited {
    color: #4e5665;
	text-decoration: none;
}
.mod-bookmark ul.shareBtn .tw_value a:hover,
.mod-bookmark ul.shareBtn .tw_value a:active {
    color: #389efe;
	text-decoration: none;
}
.mod-bookmark ul.shareBtn .tw_value:before {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -10px;
    border: 5px solid;
    border-color: #9197a3 transparent transparent transparent;
}
.mod-bookmark ul.shareBtn .tw_value:after {
    content: '';
    position: absolute;
    left: 7px;
    bottom: -8px;
    border: 5px solid;
    border-color: #fff transparent transparent transparent;
}

/* 文字色 */
.morning{color:#68a732;}
.morningtwo{color:#bf65d5;}
.afternoon{color:#f86e31;}
.goodafternoon{color:#4ba5b2;}
.evening{color:#5e73e1;}

/* 罫線1 */
.ex-line-h{
	clear:left;
	padding:12px 0 0 ;
	background: url(../img/border_h_2px.png) repeat-x left top;
}
/* 罫線2 */
.ex-line-h02{
	clear:left;
	padding:24px 0 0 ;
	background: url(../img/border_h_4px.png) repeat-x left top;
}
/* 罫線3 */
.ex-line-h03{
	clear:left;
	padding:20px 0 0 ;
	border-top: solid 3px #3f56be;
}

/* 微調整 */
.ex-m-top20{margin-top:20px !important;}
.ex-m-top40{margin-top:40px !important;}
.ex-m-btm10{margin-bottom:10px !important;}
.ex-m-btm40{margin-bottom:40px !important;}
.ex-clear-b{clear: both;}

/* 注釈 */
p.common{font-size:90%; line-height:140%; margin-bottom:20px;}

/* fancybox */
.fancybox-title-inside-wrap {
	padding-top: 10px;
	text-align:left;
}

/* エラー */
#error{
	padding:150px 0;
	text-align:center;
	line-height: 140%;
}
#error h2{
	margin:0 0 0.5em;
	color:#c00;
	font-weight:bold;
	font-size:110%;
}
#error p{
	color:#333;
	font-size:90%;	
}

/* 掲載終了 */
.news-expire{
	margin:0 0 1em;
	padding:5px;
	color:#900;
	border:solid 1px #900;
	text-align:center;
	font-size:90%;
	line-height:140%;
	background-color:#FFF;
}

/* 可変バナーL */
.mod-ad-landscape-l {
	width:728px;
	margin: 0 auto 20px auto;
	text-align:center;
}
.mod-ad-landscape-l .mod-ad-block {
	width:728px;
	height:90px;
	margin:0 auto;
}
/* 可変バナーM */
.mod-ad-landscape-m {
	width:468px;
	margin: 0 auto 20px auto;
	text-align:center;
}
.mod-ad-landscape-m .mod-ad-block {
	width:468px;
	height:60px;
	margin:0 auto;
}
/* 可変バナーS */
.mod-ad-landscape-s {
	width:320px;
	margin: 20px auto;
	text-align:center;
}
#main .mod-ad-landscape-s {
	width:auto;
	margin: 20px -5px;
}
.mod-ad-landscape-s .mod-ad-block {
	width:320px;
	height:100px;
	margin:0 auto;
}

/* レクタングルバナー */
.mod-ad-rectangle,
.mod-ad-bnnr{
	clear:left;
	width:300px;
	height:250px;
	margin-bottom: 20px;
	padding:10px;
	background: #c7c2b5;
	background-color: rgba(186,177,158,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 3px 1px #cec9bc;
    box-shadow: inset 0px 0px 3px 1px #cec9bc;
}

.mod-ad-rectangle .mod-ad-block{
	width:300px;
	height:250px;
	margin:0 auto;
}
