/* 
Theme Name:メシオプレス02
Version:2.0
Author: MN
discription:PCで表示する際に読み込まれるスタイル
*/

/*レイアウト・書式*/
#header,
#main,
.footer{
	width:1000px;
}

img{
	max-width: auto;
}

/*1カラムのレイアウト*/
#wrapper-1col,
#wrapper-1col #main,
#wrapper-1col .footer{
	width:900px;
}
#wrapper-1col #topH1{
	width:900px;
}
div#wrapper-1col_container {
	width: 900px;
}
#wrapper-1col{
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}
/*固定ページの1カラム*/
#content-1col{
	width:700px;
	margin:20px auto;
}
#content-1col section{
	margin: 0;
}
/*投稿ページの1カラム*/
#content.cont-1col{
	width:900px;
	margin:0 auto;
}
.cont-1col .artCont,
.cont-1col .artBox > div,
.cont-1col .artBox > ul{
	padding:15px 50px;
	width: auto;
}

/*フロートを設定するクラス*/
.f_right{
	float:right;
}
.f_left{
	float:left;
}	

/*ヘッダーのスタイル*/

#hd_title{
	margin-right: 0;
}
#header h1{
	font-size:12px;
	font-weight:normal;
	text-indent:10px;
	padding: 9px 0 5px;
    line-height: 1;
    white-space:normal;
	overflow:visible;
	max-width: 100%;
}
#wrapper_header{
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
}
#hd_bread{
	max-width: 1000px;
	padding:5px 0px 2px;
	white-space: normal;
	overflow: visible;
}
#hd_headCopy{
	padding-bottom:1px;
}
.hd_logo_normal {
	width: 550px;
}
/*コンテンツ部のスタイル*/
.front_page_nobread{
	padding-top:15px;
}
#content{
	width: 685px;
	margin:0px 0px 20px;
	padding:0px 0px 20px;
	border: none;
}
#content h2,
#content-1col h2{
	font-size:22px;
	font-weight:bold;
	border-style: solid;
}

#content h2{
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
#content h2:before{
	border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
}
#content-1col h2{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5px 10px 5px 15px;
}

#content-1col h2:before,
#content h2:before{
	width:8px;
}
#content-1col h2:before{
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;	
}
#content-1col .article h2{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom:20px;
}
#content .post h2, #content #comments h2 {
  border-top: 1px solid #ccc;
}

#content h3,
#content-1col h3 {
	border-width:1px;
	border-color:#ccc;
	border-style:solid;
	font-size: 18px;
    margin: 25px 0px 15px;
    padding: 10px 15px;
	background: #ffffff;
	position:relative;
	line-height:1.2
}
#content h3:before,
#content-1col h3:before {
	content:'';
	position:absolute;
	top:-1px;
	left:-1px;
	height:100%;
	width:8px;
	background-color:#3CF;
	padding-bottom:2px;
}

#content-1col .custom_h3 h3{
	margin: 25px -100px 15px;
	padding: 23px 100px;
}

.artCont,
.artBox > div,
.artBox > ul{
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 30px;
	margin-bottom: 20px;
}

.article p{
	word-break: normal;
	overflow-wrap: normal;
}
/*引用*/
blockquote{
	margin: 20px 15px 20px !important;
}
blockquote:after{
	bottom: 0px;
	right: 10px;
}
.article blockquote p {
	padding:15px 50px;
	margin:5px 0;
}
/*ソーシャルボタンのスタイル*/
.art_social{
	border-top-style: solid;
    margin: -10px 0 20px;
    padding: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
/*-----------------------------------------------*/
/*カテゴリページのスタイル*/
.eyeCathcImg{
	float:left;
	width:100px;
}
.abstBox{
	float:right;
	width:465px;
	margin: 0;
	height: auto;
	font-size: 14px;
}
.abstBox p {
	margin-bottom: 15px;
}
.more_link{
	text-align:right;
	clear:both;
}
.more_link a{
	display:block;
	border:1px solid #CCC;
	float: right;
	margin-right:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding: 2px 5px;
    width: 85px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));	
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);	
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%);	
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%);	
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);	
	-pie-background: linear-gradient(#ffffff 0%,#ededed 100%);
	
}
.des_category{
	border-style: solid;

}
.archive .artCont {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
}
.archive article{
	padding: 10px;
}
#content .archive h3 {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  font-size: 18px;
  margin: 25px -5px 15px;
  padding: 10px 15px;
  background: #ffffff;
  position: relative;
  line-height: 1.2;
}
.archive h3:before{
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  width: 8px;
  background-color: #3CF;
  padding-bottom: 2px;
}
.archive article {
	overflow: visible;
	padding: 0;
	border-bottom: none 
}
/*ページナビゲーション用G733のスタイル*/
.tablenav {
	margin: 1em auto;
	background-color: transparent;
	padding: 0px;
	border-bottom: none;
}
/*目次機能のスタイル*/
.toc_parent h3{
	border-style: solid;
}
.toc_img{
	width:120px;
}
.toc_content{
	float:right;
	width:470px;
	margin-left: 0;
}

.go_toc{
	text-align:right;
}


/*サイドバーのスタイル*/
#sidebar{
	width:300px;
}
.sb_left{
	float:left;
}
.sb_right{
	float:right;
}
.sideBox{
	margin:0px 0px 25px;
}
.sideBox h2{
	background-color:#CCC;
	border-style:solid solid solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:13px 5px 13px 8px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	font-size:16px;
	position:relative;
	z-index:2;
}
.sideBox h2 a{
	text-decoration:none;
}

.sideBox ul{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	margin-top:-5px;
}
.sideBox .cat-item, .sideBox .menu-item {
   min-height: 100%; 
}
.sideBox a {
   display: inline; 
   padding: 0; 
   min-height: 100%;
}
.sideBox li{
	border-bottom: none;
}
.sideBox .textwidget{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}
/*footerのスタイル*/
.footCopy{
	font-size:12px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}
#page-top a {
	text-align: center;
	display: block;
}
#page-top .go_top_text{
	background-color:#666;
	font-size:15px;
	color:#FFF;
	text-align:center;
	padding:15px 10px 5px;
	background-image:url(http://monwara.net/wp-content/themes/msx-02-20150416-2/css/images/go_top_arrow_big.png);
	background-repeat:no-repeat;
	background-position: center 8px;
	opacity:0.7;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	transition: opacity .2s ease-out;
	
}
#page-top a img{
	transition: opacity .2s ease-out;
}
#footer #page-top a:hover,
#footer #page-top a img:hover  {
	text-decoration:none;
	opacity:1;
}
.icon-arrow-pc {
  font-size: 18px;
  display: inline-block;
  padding: 0 5px 0 0;
  line-height: 0.5;
}
#page-top span {
  font-size: 30px;
}
#footContent{
	margin:0px 5px;
}
.footColmun{
	float:left;
	margin: 0;
}
.firstCol {
	width:330px;
}
.footCol-2{
	width:660px;
}
.footCol-3{
	width:330px;
}
.footCol-4{
	width:220px;
}
.footBox {
	margin:15px 10px;
}
#footContent h2{
	margin: 0 0 5px;
	padding: 5px 10px;
	font-size:13px;
	text-align: left;
	font-weight: normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.go_PC {
  display: block;
  text-align: center;
  background-color: #CCC;
  padding: 20px 0;
  font-size: 25px;
  border-top: 1px solid #CCC;
}
.pcView {
  padding: 65px 0 0;
  height: 140px;
  font-size: 50px;
}

/*==================================================
ショートコードで使うクラス
==================================================*/	

.custBox_cont{
	margin:15px 30px;
}
.custBox_cont p{
	margin:30px 0;
}
/*ポイントショートコード*/
.pointIndex{
	margin: 0;
}
.pointCont{
	margin: 0 0 0 10px;
	float: left;
	width: 520px;
}
.pointCont dt{
	margin-left: 0;
}

/*ポイントアイコンの位置*/
.point_1{
	background-position:0 0;
}
.point_2{
	background-position:0 -94px;
}
.point_3{
	background-position:0 -188px;
}
.point_4{
	background-position:0 -282px;
}
.point_5{
	background-position:0 -375px;
}
/*チェックのスタイル*/
.check_red{
	background-position:0px 0px;
}
.check_blue{
	background-position:0px -90px;
}
.check_orange{
	background-position:0px -180px;
}
.check_green{
	background-position:0px -270px;
}

#content-1col .pointCont{
	width:600px;
}
a
/*****[ranking_list]ショートコードのスタイル*****/
.rankingList ol{
	margin-left: 30px;
  	margin-top: 0;
}
/*-----------------------------------------*/
/*　　[ranking_yoko]ランキング版ショートコード　*/
/*-----------------------------------------*/
.r_container li{
	background-size: 22px;
}
.r_container .r_box_title{
	margin:12px 5px 5px 35px;
}

/*****[fukidasi]ショートコードのスタイル*****/
.balloonAvator_l,
.balloonAvator_r{
	margin: 0;
}
.balloonText{
	width:390px;
	margin:0;
}
.box_no_border .balloonText{
	width:450px;
	margin:0;
}
.balloonText p {
  margin: 0 0 30px;
}
#content-1col .balloonText{
	width:470px;
}
#content-1col .box_no_border .balloonText{
	width:528px;
}
.cont-1col .balloonText{
	width:560px;
}
.balloon_l{
	float:right;
}
.balloon_r{
	float:left;
}
.balloon_l:before{
	border-right: 30px solid #CCCCCC;
	border-top: 14px solid transparent;
	border-bottom: 16px solid transparent;
	top: 8px;
	left: -30px;
}
.balloon_l:after{
	border-right: 35px solid #FFFFFF;
	border-top: 15px solid transparent;
	border-bottom: 18px solid transparent;
	top: 7px;
	left: -27px;
}
.balloon_r:before{
	border-top: 14px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 30px solid #ccc;
	top: 8px;
	right: -30px;
}
.balloon_r:after{
	border-left: 35px solid #FFFFFF;
	border-top: 15px solid transparent;
	border-bottom: 18px solid transparent;
	top: 7px;
	right: -27px;
}

/*****[tokushu]ショートコード用のスタイル*****/
.f_list_img{
	float:left;
	width:125px;
	margin-left:0px;
}
.f_list_text{
	width:75%;
	float:left;
	margin-left:10px;
}

.f_list_go{
	float:right;
	margin-right:0px;
}
.f_list_go .button{
	width: auto;
}
/*****[popular]ショートコード用のスタイル*****/
ul.f_container li,
ol.r_container li{
	width:200px;
	margin-bottom: 0;
}
.f_box_button{
	text-align:right;
	margin: 5px 7px 10px 0;
}
.f_box_button .button{
	width: auto;
}
.go_toc a:after,
.f_list_go a:after,
.f_box_button a:after{
	content: '';
	position: absolute;
	right: 5px;
}
.f_box_img {
  display: block;
  float: none;
  width: auto;
}
.f_list_title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  margin-left: 10px;
  min-height: 100%;
  float: left;
  width: 460px;
}
.article .f_v_container {
  margin-left: 0px;
  padding: 0;
}
/****[ranking]ショートコード用のスタイル****/
.rankText{
	margin: 3px 0 0;
}
#content-1col .rankBox_1 .rankText{
	margin: 5px 10px 5px 0;
    width: 400px;;
}

/*2段組部のスタイル*/
.rankBox2col{
	width:300px;
}
.rank-2col .rankBox_2,
.rank-2col .rankBox_3{
	width:300px;
	float:left;
}
#content-1col .rank-2col .rankBox_2,
#content-1col .rank-2col .rankBox_3{
	width:335px;
}

.rank-2col .rankBox_3{
	float:right;
}
.rank-2col .rankBox_2 .rankText,
.rank-2col .rankBox_3 .rankText{
	margin: 10px;
}

.rankBox_2 .rankTitle,
.rankBox_3 .rankTitle {
	padding-left:0;
	margin-top:5px;
}

.rank-2col .rankBox_2 .rankTitle,
.rank-2col .rankBox_3 .rankTitle {
	padding-left:75px;
	margin-top:-4px;
}


/*ランクボックス内のスタイル*/
.rankBox_1 .rankTitle {
	padding-left:82px;
}
.rankBox_1 .rankText{
	margin: 5px 10px 5px 0;
    width: 325px;;
}
.rankBox_lt4 .rankTitle{
	min-height: 100%;
}
.rankBox_lt4 .rankText{
	padding-right: 5px;
    width: 346px;
	margin-top: 12px;
}
.rankBox_lt4 .rankComment {
	margin: 0 10px 0 60px;
}
.rankBox_lt4 .rankOrder{
	float: left;
	margin-right: 0;
}
.rankBox_1 .rankImg{
	margin:15px 15px 10px;
}
.rankButton .button{
	margin-bottom: 0 10px;
}
.rankBox_2 .rankButton .button,
.rankBox_3 .rankButton .button{
	margin-bottom:10px;
}
.rankBox_2 .rankComment,
.rankBox_3 .rankComment {
	margin: 0 10px 0px 60px;
}
.rankBox_2 .rankImg,
.rankBox_3 .rankImg {
	margin: 12px 10px 12px 90px;
}
.rank-2col .rankImg {
  margin: 0px auto 5px;
  text-align: center;
  width: 100%;
}
.rank-2col .rankComment {
  margin: 10px auto;
  width: 90%;
  border-left: none;
}
.rank-2col .rankBox_2 .rankButton,
.rank-2col .rankBox_3 .rankButton{
	margin: 0 12px 5px;
}
.rankBox_lt4 .rankImg {
   width: auto; 
}
.singleRankButton{
	text-align:right;
}
/*メシオプレス01ショートコード*/
.bullet_box ul{
	margin:0 20px;
}
/*-----------------------------------------*/
/*****[link_button]ショートコードのスタイル*****/
/*-----------------------------------------*/
a.link_button{
	font-size: 30px;
	padding: 0px 50px 0 20px;
}
/*-----------------------------------------*/
/*****[QA]ショートコード用のスタイル*****/
/*-----------------------------------------*/
.answer,
.question{
	padding: 9px 0 8px 55px;
	background-position:top left;
	text-indent: 0;
}
.answer p:first-child{
	text-indent: 0;
}
.question{
	font-size:18px;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	line-height: 1.5;
}

/*==================================================
ウィジェットで使うクラス
==================================================*/	
.widget_upper{
	margin:0px 0px 20px;
	border-bottom: none;
}
.widget_bottom{
	margin:30px 0px 20px;
	border-bottom: none;
	}
.widget_upper,
.widget_bottom{
	background-color: transparent;
}
.artBox{
	margin:0px 0px 20px;
	border-top: none;
}
#content .widget_bottom div:first-child h2,
#content .widget_upper div:first-child h2{
	border-top-style: solid;
}
.historyBox dt{
	width: auto;
}
.historyBox dd {
	padding-left: 0;
}
/*目次機能*/
.go_toc a {
  width: auto;
  margin: 0;
  padding: 5px 15px;
}
/*bxsliderの上書きスタイル*/
#outer_wrapper_slider .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height:300px;
	overflow:hidden;
}
#outer_wrapper_slider .bx-wrapper .bx-viewport {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none; 
	border:none; 
	left: 0; 
	background: #fff; 
}
#wrapper_images{
	overflow:hidden;
}
#outer_wrapper_slider .wide_slider #wrapper_images{
	height:300px;	
}
#outer_wrapper_slider .small_slider .bx-wrapper{
	height:auto;
}
#outer_wrapper_slider .small_slider #wrapper_images{
	width:660px;
	height:208px;
}

/*スライダーの共通スタイル*/
#wrapper_slider .nv {
	color:#FFFFFF;
	display:table-cell;
	text-align:center;
	padding:10px;
	border-left:1px solid #ccc;
	vertical-align:middle;
	position:relative;
}
#wrapper_slider .nv:first-child{
	border-left:none;
}
#wrapper_slider .nv:hover{
	color:#FFFFFF;
	background-color:#666666;
	cursor: pointer;
}
#wrapper_slider .active{
	background-color:#666666;
}
#wrapper_slider .active:before{
	content: "";
	border-bottom: 10px solid #666;
	position: absolute;
	top: -9px;
	left:20px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index:99;
}
#wrapper_slider .active:after{
	content: "";
	border-bottom: 11px solid #fff;
	position: absolute;
	top: -11px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	left:19px;
	z-index:98;
	
}

#nvs{
	background-color: #333;
	border-top:1px solid #ccc;
}
	
.wide_slider  #nvs {
	display:table;
	width:950px;
}
.wide_slider .nv {
	min-width:169px;
}


/*1000pxサイズのスライダー*/
.w_1000px  #nvs {
	width:1000px;
}
.w_1000px .nv {
	min-width: 179px;
}
/*スモールサイズのスライダー*/
.small_slider  #nvs {
	display:table;
	width:660px;
}
.small_slider .nv {
	min-width:110px;
}