@charset "UTF-8";



/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
/*
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;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;

    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*リスト要素へのスタイルをリセットしています*/
ol, ul {
	list-style: none;
}

/*画像を縦に並べたときの余白を消します*/
img {
	vertical-align:top;
	font-size:0;
	line-height:0;
}

p {
	margin-bottom:1.5rem;
}

/*--- default */
html {
	font-size: 6.25%;
}
body {
	border-top:#fea46e 6px solid;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color: #FFF;
	color: #34302f;
	font-size: 15px;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
a {
	color: #007ACC;
	cursor:pointer;
}
a:hover {
	color: #007ACC;
	text-decoration: none;
	left: 1px;
	position: relative;
	top: 1px;
}
img{ max-width:100%; }
img.flR,
img.flL{
	width:auto;
}
.imgR,
.alignright,
.alR,
.imgL,
.alignleft,
.alL,
.aligncenter  {
	margin: 0 auto 10px;
	width:100%;
}
.float-l,
.float-r {
	float: none;
}
.float-l img, .float-r img { margin-bottom: 10px; }
.mB10 {
	margin-bottom:10px;
}
.mB {
	margin-bottom:20px;
}
.mB30 {
	margin-bottom:30px;
}
.ovF,
.ofH {
	overflow:hidden;
	_zoom:1;
	margin-bottom: 20px;
}
a:hover img {
	opacity: .60; /* Standard: FF gt 1.5, Opera, Safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-khtml-opacity: .60; /* Safari 1.x */
	-moz-opacity: .60; /* FF lt 1.5, Netscape */
}
.txtalLeft {
	text-align:left!important;
}
.txtalRight {
	text-align:right!important;
}
.center {
	text-align:center!important;
}
/*色を指定します*/

.mizu { color: #76d2ed; }
.blue { color: #77adf5; }
.ao { color: #002255; }
.gray { color: #3d3737}
.aka { color: #F00; }
.ora { color: #e09e2b;}
.cha { color: #695647;}

/*文字を太くします*/
.b { font-weight: bold; }

/*下線を引きます*/
.u { text-decoration: underline; }

/*文字のフォントを指定します*/
.szSS { font-size: 85%; }
.szS { font-size: 90%; }
.szM { font-size: 110%; }
.szX { font-size: 120%; }
.szXX { font-size: 200%; }
.szbig{	font-size:130%; }

/*文字を装飾します*/
.Fylw {
	color:#fffc0b;
	font-weight:bold;
}
.ylw {
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}

/*明朝体を指定します*/
.min {
	font-family:'ヒラギノ明朝 ProN' , 'Hiragino Mincho ProN' , 'ＭＳ 明朝' , 'MS Mincho' , HiraMinProN-W3 , 'TakaoEx明朝' , TakaoExMincho , 'MotoyaLCedar' , 'Droid Sans Japanese' , serif  /* Android では ゴシック体表示 */;
}
.switch {
    visibility: hidden;
}
.img100{
	width:100%;
}
/*===================全体============================*/
#wrapper {
	overflow:hidden;
}
header {
	margin: 20px auto;
	width: 100%;
}
#main {
	width: 100%;
	margin: 0 auto;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 25px;
	overflow: hidden;
}
.main2bg {
	background:#fcf9f1;
	padding: 10px 0;
}
.main2,
#text9 {
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
}
.main2cont {
	background: #FFF;
	float: none;
	padding:2%;
}
/*===frame枠===*/
.oriFrame {
	background:url(../img/decbox_ori_top.png) no-repeat left top,
	url(../img/decbox_ori_bttm.png) no-repeat left bottom,
	url(../img/decbox_ori_body.png) repeat left top;
	padding:10px 0;
	margin-bottom:20px;
	overflow:hidden;
	color:#FFF;
}
.oriFrame dt.top {
	padding: 20px 0;
}
.oriFrame dt span {
	display: block;
	color:#f6f415;
	border-bottom:dashed 1px #f6f415;
	border-top:dashed 1px #f6f415;
	font-size: 18px;
	padding: 10px;
	text-align:center;
	margin: 0 10px;
	line-height: 1.3;
}
.oriFrameInner{
	padding: 10px 10px;
}
.oriFrame2 {
	background:url(../img/ylwbox_bg.png) repeat;
	padding:20px;
	margin-bottom:20px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.oriFrame3,
.oriFrame6,
.oriFrame7{
    border-radius: 10px;        /* CSS3???? */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 10px;   /* Firefox?p */  
	padding:10px;
	margin-bottom:10px;
}
.oriFrame3 {
	background:url(../img/blue_bg.png) repeat;
}
.oriFrame3 p{
	margin-bottom:2%;
}
.oriFrame4 {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.oriFrame5 {
	width:80%;
	background:#fff;
	padding: 20px;
	margin: 20px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.oriFrame6{
	background:url(../img/gray_bg.png) repeat;
	border:2px dashed #737373;
}
.oriFrame7 {
	background-color: #FFFDDF;
	border:2px dashed #737373;
}
.oriFrame7 p {
	line-height:2.0;
}
.pnk {
	background-color:#f19ec2;
	font-weight: bold;
	padding: 2px;
	line-height:1.8;
}
.sima {
	background:url(../img/sima.gif)0 0 repeat;
	padding-top: 8px;
	margin-bottom:20px;
}
.nmlbox{
	border:2px solid #CCC;
	padding:15px;
	margin:10px 0;
	overflow:hidden;
}
.grayB {
	border:solid 3px #e7e7e7;
}
.Bbg{
	background:#DCE8FF;
	padding:10px;
}
.user2{
	background-image: url(../img/user2.png);
	font-size: 12px;
	line-height: 130%;
	padding:20px 12px 0px 100px;
	margin:20px;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	background-color: #EFF4FA;
	border: 1px solid #C5D7ED;
	min-height: 70px;
	_height:70px;
	_zoom: 1;
}
/*===box===*/
.kasamasi {
	overflow: hidden;
	margin-bottom: 40px;
}
.nino {
	background:url(../img/nino_contact.png)no-repeat;
	height:52px;
	width:100%;
	float:none;
	margin-top:10px;
}
.nino span {
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 18px;
}
.backYajirusi {
	background:url(../img/yajirusi.png) no-repeat center;
	background-size:100%;
	height: 100%;
	text-align:center;
	padding-top:10px;
	min-height:35px;
	text-shadow:
		-1px -1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		1px 1px #FFF;
}
.backYajirusi p {
	text-align:center;
}
.box1{
	width:95%;
	float:none;
	padding:8px;
}
.box2 {
	float:none;
	padding:6% 0 1%;
	border:none;
	width:100%;
	min-height:100%;
	overflow:hidden;
	border-bottom:#bdbdbd 1px dotted;
}
/*===fukidashi===*/
.bln{
	font-size:13px;
	line-height:130%;
	_zoom: 1;
	color: #333333;
	overflow: hidden;
}
/*===pankuzu===*/
.pankuzu {
	overflow: hidden;
	width:94%;
	margin:10px auto;
	font-size:90%;
}
/*===ulスタイル===*/
ul.rankUl_1 {
	list-style: none;
	background:none;
	margin-bottom:10px;
	padding:0;
	overflow:hidden;
	background:#FFFFFF;
}
ul.rankUl_1 li {
	background:url(../img/sp_rank_li.png) no-repeat left center;
	height:100%;
	font-size:16px;
	color:#6b3619;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom:10px;
}
/*===table===*/
table {
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	margin-bottom: 20px;
	width:100%;
	table-layout:fixed;
	background:#FFF;
}
table th,
table td {
	padding:10px;
	vertical-align:middle;
	border-left:1px solid #818181;
	border-top:1px solid #818181;
}
table th {
	text-align:center;
	background: #EFEFEF;
}
table td {
	background: #FFF;

}	
table.hikaku td {
	min-height: 80px;
	text-align:center;
}
table.hikaku td img {
	max-width: 100%;
}
table.hikaku th {
	background: #ffef96;
}

/*====title=====*/
h1, h2, h3, h4, h5, h6, .title, dt{ font-weight:700; }
h2 {
	background:url(../img/h3.png) no-repeat 5px center,
	url(../img/h3_bg.png) repeat left top;
	border: 1px solid #d77138;
	margin: 20px 0;
	overflow: hidden;
	line-height:1.3;
	color: #FFF;
	padding: 12px 10px 8px 60px;
	font-size: 22px;
}
h2 a,
h2 a:hover{
	color:#FFF;
}
h3 {
	background:url(../img/h3.png) no-repeat 5px center;
	color:#6b3619;
	padding: 12px 10px 8px 40px;
	font-size: 20px;
	background-size:10%;
}
h3 a,
h3 a:hover{
	color:#6b3619;
}
#main h3.title {
	width:100%;
	margin:10px auto;
	padding:0;
	background:none;
	background-position:center;
	border:none!important;
}
#main h3.title span {
	background:none;
	background-position:center;
	padding:0!important;
	display: block;
}

.text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
	margin-top: 20px;
}
h4 {
	background: url(../img/h4_bg.png) bottom repeat-x;
	background-color: #faefbe;
	margin: 20px auto 10px;
	color: #6b3619;
	display: block;
	font-size: 20px;
	padding: 13px 12px;
}
#main h4.hukidashi {
	background: url(../img/hukidashi.png)0 0 no-repeat;
	height: 70px;
	padding:0;
}
#main h4.hukidashi span {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 15px 0 10px;
	text-align: center;
}
h5 {
	background:url(../img/h5.png) no-repeat 0 4px;
	color: #e76b25;
	font-size: 19px;
	line-height: 150%;
	margin: 20px auto 10px;
	padding-left:23px;
}
h6 {
	color: #e76b25;
	margin: 5px auto;
	padding: 2px 0;
	text-decoration:underline;
}
.ttl01,
.ttl02 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.ttl01 {
	background: #fea46e;
	color:#6b3619;
	font-size: 20px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 20px;
}
.ttl02 {
	color:  #fea46e;
	font-size: 22px;
	font-weight: bold;
}
#main h3.oriRankTitle {
	background:#6b3619;
	border:none;
	color:#FFF;
	padding: 10px;
	font-size: 20px;
	margin-bottom:10px;
}
#main h3.oriRankTitle02 {
	border:#6b3619 3px solid;
	text-align:center;
	background:none;
	padding: 10px;
}
#main h3.oriRankTitle02 span {
	background:none;
	color:#6b3619;
	font-size: 22px;
}
#main .point01, #main .point02, #main .point03 {
	font-style:none;
	font-weight:bold;
	background-repeat: no-repeat;
	color: #e76a24;
	font-size: 18px;
	font-weight: 700;
	height: 100%;
	line-height: 140%;
	margin-bottom: 3px;
	margin-top: 15px;
	padding: 0px 0 0px 35px;
	*zoom: 1;

}
.point01 { background-image: url(../img/sp_point01.png); }
.point02 { background-image: url(../img/sp_point02.png); }
.point03 { background-image: url(../img/sp_point03.png); }

#main .point01 span, #main .point02 span, #main .point03 span {
	display:block;
	padding:3px 0 3px 10px;
	font-style:none;
	font-weight:bold;

}
.kouka {
	margin-bottom: 30px;
}
.kouka span{
	font-weight:bold;
	font-size:16px;
	margin-bottom: 3px;
}
/*============サイドバー============*/
.side {
	width: 100%;
	background:#FFF;
}
.widget-container {
	color: #FFF;
	padding: 6px 10px;
}
.widget-container h2{
	font-size:18px;
	background:#fea46e;
	border:none;
	padding-left:10px;
	margin-top:0;
}
.side ul {
	overflow:hidden;
}
.side ul li.widget-container {
	padding: 0;
}
.side ul li.widget-container h3 {
	background:	#2780bb;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.side ul li.widget-container ul li {
	border-bottom: 1px dotted #dbeefa;
	padding: 10px;
}
.side ul li.widget-container ul li a {
	color: #524845;
	display: block;
	padding-right: 20px;
}

/*===========footer============*/
footer {
	background: #fea46e;
	padding:20px 5px;
	text-align:center;
	font-size:85%;
}
/*===========もっと読む============*/
.nav-below{
	overflow:hidden;
}
.nav-previous,
.nav-next{
	padding: 5px 10px;
	font-size:90%;
}
.nav-previous{
	float:left;
}
.nav-next {
	float: right;
}
.excerpt_more {
	float: right;
	background: #e7e7e7;
	border: 1px solid #cbcbcb;
	padding: 5px 10px;
}
.excerpt_more a:link,
.excerpt_more a:visited {
	color:#515151;
	text-decoration:underline;
}
.excerpt_more a:hover {
	text-decoration: none;
}
/* ----------------------------------------
* pagenation
---------------------------------------- */
.pagination{
	display:table;
	margin:50px auto 0;
	width:90%;
	height:30px;
	text-align:center;
}
.pagination li{
	display:table-cell;
	width:30%;
	height:30px;
	line-height:14px;
}
.pagination li a{
	display:block;
	width:auto;
	color:#fff;
	background:#000;
	line-height:48px;
	text-decoration:none;
	border-radius:10px;
}
.pagination li.prev,
.pagination li.next{
	color:#cccccc;
	background:#f7f7f7;
	border-radius:10px;
}
.pagination li.PageNum{
	font-weight:normal;
	font-size:13rem;
	line-height:14px;
	color:#999999;
}
/*-----------------------------
検索フォーム
-----------------------------*/
.searchform{
	margin:2% 2% 5%;
	overflow:hidden;
}
#searchform label {
  display: none;
}
#s{
	float:left;
	width:80%;
	padding:1.5% 0;
}
#searchsubmit{
	float:right;
	cursor: pointer;
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*===================全体============================*/
img{ width:auto; }
.imgR,
.alignright,
.alR {
	float: right;
	margin: 0 0 20px 20px;
	width:auto;
}
.imgL,
.alignleft,
.alL {
	float: left;
	margin: 0 20px 20px 0;
	width:auto;
}
.aligncenter {
	text-align: center;
	width:auto;
	display:block;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
	margin-bottom: 30px;
}
.float-l img { margin-right: 30px; }
.float-r img { margin-left: 30px; }
.img100{ width:auto; }
.szbig{	font-size:160%; }

p {	margin-bottom:4%; }
body { font-size:16px }

#wrapper {
	overflow:hidden;
}
#main {
	width: 950px;
	margin: 0 auto;
}
header {
	width:950px;
}
.main2bg {
	padding: 30px 0;
}
.main2,
#text9 {
	width: 950px;
}
.main2cont {
	float: left;
	padding: 20px;
	margin-right: 20px;
	width: 640px;
}
/*===frame枠===*/
.oriFrame dt span {
	background:url(http://www.momo-yama.info/wp-content/themes/sri_ora/css/img/pc_title_icon.png)2px 19px no-repeat;
	font-size: 33px;
	padding: 20px;
	margin: 0 40px;
}
.oriFrameInner{
	padding: 10px 40px 20px 40px;
}
.oriFrame3,
.oriFrame6,
.oriFrame7{
	padding:20px;
	margin-bottom:20px;
}

.oriFrame4 {
	padding: 20px;
}
.oriFrame5 {
	width:90%;
}
.Bbg{
	padding:20px;
}
/*===box===*/
.nino {
	float:left;
	margin-top:30px;
	width:477px;
}
.nino span {
	padding-top: 15px;
}
.backYajirusi {
	min-height: 151px;
	padding-top:20px;
}
.box1{
	padding:5px;
	width:32%;
}
.box2 {
	padding:8px;
	float:left;
	width:48%;
	min-height:263px;
	border:#bdbdbd solid 1px;
	
}
/*===pankuzu===*/
.pankuzu {
	padding: 0 10px;
	width:950px;
}

/*===ulスタイル===*/
ul.rankUl_1 li {
	background:url(../img/pc_rank_li.png) no-repeat no-repeat left center;
	font-size:18px;
	padding-left: 40px;
	padding-top: 5px;
	margin-bottom:12px;
}
/*====title=====*/
h2 { font-size: 28px; }
h3 {
	font-size: 26px;
	padding: 12px 10px 8px 60px;
	background-size:auto;
}
#main h3.title {
	margin:40px auto;
}
h4{ font-size: 26px; }
#main h4.hukidashi span {
	padding: 12px;
	font-size: 26px;
}
h5{ font-size:24px; }
.ttl01 {
	font-size: 30px;
	text-align:center;
}
.ttl02 {
	font-size: 30px;
}
#main .point01, #main .point02, #main .point03 {
	font-size: 28px;
	height: 78px;
	padding: 8px 0 8px 50px;
}
.point01 { background-image: url(../img/pc_point01.png); }
.point02 { background-image: url(../img/pc_point02.png); }
.point03 { background-image: url(../img/pc_point03.png); }

#main .point01 span, #main .point02 span, #main .point03 span {
	padding:16px 0 16px 44px;
}
.kouka span{
	font-size:20px;
}

/*============サイドバー============*/
.side {
	float: right;
	width: 250px;
}
/* ----------------------------------------
* pagenation
---------------------------------------- */
.pagination {
	overflow:hidden;
	display: flex;
	justify-content: center;
	text-align:center;
	padding:20px 0;
}
.pagination span, .pagination a {
	margin: 0 5px;
	padding: 10px;
	text-decoration: none;
	color:#fea46e;
	background:#FFF;
	width:20px;
	height:20px;
}
.pagination .current {
	padding: 10px;
	background: #fea46e;
}
span.current{
	color:#FFF;
}