/*ソーシャルボックス*/

div.wp_social_bookmarking_light {
    margin-bottom: 500px;
}


/*全般*/

h2 {
    margin-top: 30px;
}

.main-container p {
    color: #232323;
}

h3 {
    margin-top: 30px;
    
}

.featured-thumbnail img {

}

li#menu-item-421 {
    width: 250px;
}


img.i_frame {
    padding: 5px;
    background-color: #f9f9f9;
    border: 1px solid #cecece;
}

div.section {
    margin: 60px 0;
}

#sidebars h3 {
    line-height: 1em;
}

.main-navigation {
    min-height: 103px;
}

#logo a {
    min-width: 177px;
    display: block;
    min-height: 93px;
    line-height: 93px;
}

div.linkFreeRegister {
    margin-top: 20px;
}

.t_center {
    text-align: center;
}

.t_left {
    text-align: left
}

a:hover img {
    opacity: 0.8;
}

a:hover {
    color: #ffa600;
}

.f_big {
    font-size: 150%;
}

/*メニュー*/

li.menu-item-412 {
    padding-right: 20px;
}

/*ウェブさえマガジン*/

.p_copy {
    text-align: center;
    font-size: 30px;
}

/*ウェブさえパックメニュー*/

ul#menu-wp_menu {
	margin: 10px auto 30px auto;
	padding: 0 0 0 0;
	position:fixed;
	top:30px;/*固定させたい位置*/
	left: 5%;
}


@media screen and (max-width: 660px) {
	ul#menu-wp_menu {
    display: none;
    }
}





ul#menu-wp_menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	line-height: 1;
	list-style-type: none;
	font-size: 13px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#menu-wp_menu li a {
	padding: 1em 1em; /* Button Height */
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #3b5998;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#menu-wp_menu li a:hover {
	color: #fff;
	background-color: #FF6000;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#menu-wp_menu li.current a:link,
ul#menu-wp_menu li.current a:visited,
ul#menu-wp_menu li.current a:hover {
	border-right: none;
	color: #fff;
	background-color: #3E5EA8;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#menu-wp_menu {
	_height: 1px;
	min-height: 1px;
}

ul#menu-wp_menu:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#menu-wp_menu {
	height: auto;
	overflow: hidden;
}


/*ウェブさえパック*/


div.d_3 {
    width: 300px;
    text-align: center;
    float: left;
    margin: 1%;
}

ul.ul_light_pro {
    margin: 5% auto;
    width: 100%;
}

ul.ul_light_pro li {
    float: left;
    width: 50%;
}

ul.ul_light_pro li a:link {
    opacity: 0.6;
}

ul.ul_light_pro li a:hover {
    opacity: 1;
}

/*ライト*/

ul.ul_light_pro li.opa1 a:hover,
ul.ul_light_pro li.opa1 a:link,
ul.ul_light_pro li.opa1 a:visited {
    opacity: 1;
}

/*よくある質問*/

div.faq dt {
    font-size: 30px;
    line-height: 1.5em;
    margin: 20px 10px;
    color: #232323;
    background-image: url(images/questionmark_48.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 55px;
} 

div.faq dd {
    margin: 10px;
    padding-left: 50px;
}

/*流れ*/

div.flow dt {
    font-size: 30px;
    line-height: 1.5em;
    margin: 20px 10px;
    color: #333;
} 

div.flow dd {
    margin: 10px;
    padding-left: 50px;
}

/*比較表*/

table.wpCompare {
    font-size: 20px;
    text-align: center;
    border: none;
    }

table.wpCompare td {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding: 1%;
    vertical-align: middle;
}

table.wpCompare td.light,
table.wpCompare td.pro {
    width: 40%;
     font-size: 16px;
}

table.wpCompare td.light  {
    background-color: #EFFFFF;
}

table.wpCompare td.pro  {
    background-color: #FFEFEF;
}

ul#ul_mokuji {
    list-style-type: none;
}

ul#ul_mokuji ul {
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px: 
}

/*サイドの人気記事固定*/

.fixed{
	position:fixed;
	top:20px;/*固定させたい位置*/
	width: 300px;
}


.i_float {
    float: left;
    padding-left: 15px;
}

.menu-list li {
    margin: 15px 0;
}

div.side_share {
    margin-top: 20px;
    padding: 0;
}

div.side_share li {
    margin: 0 5px;
}

span.side_popImg img {
	width: 80px;
	height: 80px;
}

/*760px以下になると非表示*/

@media screen and (max-width: 760px) {
	.pp-wrapper,
	#pPost {
    display: none;
    }
}

dl.h2 dt {
    font-weight: bold;
    font-size: 20px;
    padding: 2%;
    color: #666;
}

dl.h2 dd {
    color: #232323;
    padding-left: 2%;
}

/*シェアボタン*/

ul.ul_share_mini {
	margin-top: 0;
}

ul.ul_share li {
    float:left;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

ul.ul_share_mini li {
    float:left;
    padding: 0;
    list-style-type: none;
    text-align: center;

}


ul.ul_share_mini li.twitter {
    min-width: 92px;
    max-width: 110px;
}

ul.ul_share_mini li.hatena {
    width: 20px;
    padding: 0 10px;
}


ul.ul_share_mini li.fb {
    min-width: 100px;
    padding-right: 10px;
}

ul.ul_share_mini li.gplus {
    width: 90px;
}


@media screen and (min-width: 1000px) {
	.share_hide {
        display: none;
    }
}

/*new share button*/

ul.ul_share_button {
	list-style-type: none;
}

ul.ul_share_button li {
	float: left;
	padding: 0 5px;
	height: 70px;
	overflow: visible;
}

.fb-like iframe{
	max-width: none!important;
	overflow: visible;
}


/*new share button hide*/

ul.ul_share_button_hide {
	list-style-type: none;
}

ul.ul_share_button_hide li {
	float: left;
	padding: 0 8px;
	height: 30px;
	margin: 0;
}



@media screen and (min-width: 1000px) {
	.share_button_hide {
        display: none;
    }
}

/*related post*/

#wp_thumbie ul{
list-style-type: none ;
}

#wp_thumbie ul li img{
padding-right:10px;
}

#wp_thumbie_li{
border-bottom: 1px dotted #eeeeee ;
height: 100px ;
}

#wp_thumbie #wp_thumbie_li #wp_thumbie_image{
float:left;
}

/*関連記事*/

h3.h3related {
    margin-top: 0;
}

/*ヘッダーのソーシャル*/

ul#menu-social li {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 64px;
    height: 64px;
    margin: 10px;
    padding: 1px;
    background-color: #fff;
    opacity: 0.8;
}

ul#menu-social li:hover {
    padding: 5px;
    opacity: 1;
}

ul#menu-social li a {
    display: block;
    width: 3em;
    height: 3em;
}



ul#menu-social li#menu-item-1930 {
    background-image: url(http://websae.net/images/facebook.png);
}

ul#menu-social li#menu-item-1931 {
    background-image: url(http://websae.net/images/twitter.png);
}

ul#menu-social li#menu-item-1932 {
    background-image: url(http://websae.net/images/google.png);
}

ul#menu-social li#menu-item-1933 {
    background-image: url(http://websae.net/images/rss_sq.jpg);
}

ul#menu-social li#menu-item-1929 {
    background-image: url(http://websae.net/images/h_green.jpg);
}
ul#menu-social li#menu-item-1934 {
    background-image: url(http://websae.net/images/h_mail.jpg);
}

/*サブ*/

div.d_sub {
    margin: 10px;
    background-color: #FCFCFC;
    border: 1px solid #dcdcdc;

}

div.d_sub h3 {
    border-bottom: 2px dotted #cecece;
    margin: 20px;
}

div.d_sub dl {
    background-color:#FCFCFC;
    margin: 20px;
}

/*float*/

.img_L {
	margin-right: 1em!important;
	margin-top: 1em!important;
	float: left;
}

.img_R {
	margin-left: 1em!important;
	margin-top: 1em!important;
	float: right;
}

.l_page img {
    margin: 0;
    padding: 0;
}

table.mytable tr td.row1 {
    background-color: #EFFCFF;
    border-bottom: 1px solid #cecece;
}

table.mytable tr td.row2 {
    background-color: #f6f6f6;
    border-bottom: 1px solid #cecece;
}

/*related*/

#related_post ul {
	margin-top: 0;
}

#related_post ul.star li {
	list-style-type: none;
	margin:0;
	background-image:url(images/star.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position: left 0.5em;
}


/*facebook like box at the bottom*/

div.likebox_conteiner {
	padding: 10px;
}

div#likebox_conteiner .fbcomments,
div#likebox_conteiner .fb_iframe_widget,
div#likebox_conteiner .fb_iframe_widget[style],
div#likebox_conteiner .fb_iframe_widget iframe[style],
div#likebox_conteiner .fbcomments iframe[style],
div#likebox_conteiner .fb_iframe_widget span{
    width: 100% !important;
}

/*clearFix*/

.floatcontainer:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.floatcontainer {display: inline-block;} 

/* Hides from IE Mac */
* html .floatcontainer {height: 1%;}
.floatcontainer {display:block;}
/* End Hack */ 


/*アイコンフォント*/

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?63196052');
  src: url('font/fontello.eot?63196052#iefix') format('embedded-opentype'),
       url('font/fontello.woff?63196052') format('woff'),
       url('font/fontello.ttf?63196052') format('truetype'),
       url('font/fontello.svg?63196052#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* 外部リンク */
.post-single-content a[href^="http://"]:before,
.post-single-content a[href^="https://"]:before {
    font-family: 'fontello';
    content: '\e800';
    color: #6998ff;
    margin:0 3px;
    padding-right: 3px;
}

.post-single-content a[href^="http://websae.net/"]:before {
    font-family: 'fontello';
    content: '\e801';
    color: #6998ff;
    margin:0 3px;
    padding-right: 3px;
}

#relation a[href^="http://"]:before,
.post-single-content h1 a[href^="http://"]:before,
.post-single-content h2 a[href^="http://"]:before,
.post-single-content h2 a[href^="https://"]:before,
.post-single-content h3 a[href^="http://"]:before,
.post-single-content dt a[href^="http://"]:before,
.post-single-content a[href^="http://www.feedly.com/"]:before,
.post-single-content a[href^="https://www.facebook.com/websae"]:before,
.post-single-content a[href^="https://plus.google.com/115730952445241203098/posts"]:before,
.post-single-content a[href^="https://twitter.com/websae2012"]:before,
img a[href^="http://"]:before,
img a[href^="https://"]:before,
ul.ul_bulb li a[href^="https://"]:before,
ul.ul_bulb li a[href^="http://"]:before,
.code a[href^="http://"]:before,
.code a[href^="https://"]:before
	 {
	content:none;
}

/*for amazon affiliate plugin */

.amazonjs_info a[href^="http://"]:before {
	content: none;
}

.amazonjs_info h4,
.amazonjs_info ul {
	position: relative;
	left: 30px;
}

.amazonjs_info {
	padding-right: 10px;
}

/*サイド人気の記事微調整 20131211*/

#pPost .menu-list {
	margin-bottom: 20px;
}

#pPost .menu-list li {
	border-bottom:1px dashed #ddd;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 0;

}

#pPost .menu-list img {
	width: 70px;
	height: 70px;
}

#pPost li {
	font-size: 16px;
}


/*20140117リスト*/

ul.ul_bulb {
	list-style-type: none;
	margin-left: 10px;
}

ul.ul_bulb li {
	background-image: url(images/brightness.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 34px;
}

.d_sub h4 {
	margin: 30px 10px 0 10px;
	border-bottom: 2px dotted #cecece;
	padding-bottom: 15px;
}

/*20140119_ボックス*/


.i_frame {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
     width: 100%;
     height: auto;
     } 

.f_bold {
	font-weight: bold;
	color: #555;
}

/*リンク先を箇条書き*/

.outgoing {
	border: 1px solid #e0e0e0;
	background-color: #f9f9f9;
	margin: 10px auto;
	width: 90%;
	padding: 10px;
}

.outgoing li {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
}

/*single.phpの公開日*/

.publish_date {
	float: right;
}

.bento_pr {
}

.single_post .go_bento {
	display: block;
	color: #fff;
	font-size: 1.125em;
	background-image: url(http://websae.net/bento/images/re_s_1.png),url(http://websae.net/bento/images/re_s_1_bt.png);
    background-position: top center,bottom center;
    background-repeat: repeat-x;
	padding: 1.5em 1em 1.5em 1em;
	text-align: center;
	font-weight: bold;
	background-color: #FF9E9E;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 21px -8px rgba(219,219,219,1);
	-moz-box-shadow: 0px 10px 21px -8px rgba(219,219,219,1);
	box-shadow: 0px 10px 21px -8px rgba(219,219,219,1);
}

.single_post .go_bento:hover {
	background-color: #ff6b6b;
}

.post-single-content .go_bento[href^="http://websae.net/"]:before,
.post-single-content .banner_travel a[href^="http://websae.net/"]:before,
.post-single-content .banner_job a[href^="http://websae.net/"]:before  {
	content: none;
}

.next {
	display: inline-block;
    padding: 0.25em 0.45em;
    background-color: #3B5998;
    color: #fff;
    border-radius: 4px;
    font-size: 0.75em;
    vertical-align: middle;
    margin-bottom: 8px;
    margin-right: 0.5em;
}

.next:before {
	font-family: 'fontello';
	content: '\E808';
	padding-right: 0.3em;
}

@media screen and (max-width: 480px) {
	.single_post .go_bento {
		text-align: left;
		font-size: 1.0em;
		padding:  1.5em 0.75em 1.5em 0.75em;
	}
}

/*20160906*/

.bento_pr, .img_bento, .img_bento {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.bento_pr {
		font-size: .9em;
		background: #f9f9f9;
		border: 1px solid #e5e5e5;
		padding: 1em .5em 1em .5em;
		margin-bottom: 3.5em;
		overflow: hidden;
	}
	
.img_bento {
	width: 55%;
	float: left;
	box-sizing: border-box;
}

.post-single-content .img_bento  a[href^="http://websae.net/"]:before {
	display: none;
}

.text_bento {
	padding: 0.5em 0.5em 0.5em 1em;
	width: 45%;
	float:right;
	box-sizing: border-box;
}

.text_bento_1st {
	font-weight: bold;
}

@media screen and (max-width: 960px) {
	.img_bento {
		width: 45%;
	}
	.text_bento {
		width: 55%;
	}
}

@media screen and (max-width: 650px) {
	.img_bento {
		width: 100%;
		flex: none;
	}
	.text_bento {
		width: 100%;
		flex: none;
	}
}