/*** -----------------------------------------------------------------------------

reset

-----------------------------------------------------------------------------  ***/
.clearfix:after {
     content:".";
     display:block;
     visibility:hidden;
     clear:both;
     height:0.1px;
     font-size:0.1em;
     line-height:0;
}
.clearfix {
     display:inline-table;
     zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
     height:1%;
}
.clearfix {
     display:block;
}
/* End hide from IE-mac */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
     margin:0px;
     padding:0px;
}
table {
     border-collapse:collapse;
     border-spacing:0;
}
fieldset, img {
     border:0;
}
address, caption, cite, code, dfn, em, th, var {
     font-style:normal;
     font-weight:normal;
}
li {
     list-style:none;
}
caption, th {
     text-align:left;
}
h1, h2, h3, h4, h5, h6 {
     font-size:100%;
     font-weight:normal;
}
q:before, q:after {
     content:'';
}
abbr, acronym {
     border:0;
     font-variant:normal;
}
sup {
     vertical-align:top;
}
sub {
     vertical-align:text-bottom;
}
input, textarea, select {
     font-family:inherit;
     font-size:inherit;
     font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
     color:#000000;
}
img {
     vertical-align:bottom;
}
/*** ------------------------------------------------------------------------------

common

-----------------------------------------------------------------------------  ***/
html {
     overflow-y:scroll;
}
body {
     color:#333;
     line-height: 1.6;
     font-size: 12px;
     font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
     -webkit-text-size-adjust: 100%;
}
/*** ------------------------------------------------------------------------------

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
     outline:none;
}
a:link {
     color: #F971A0;
     text-decoration:none;
}
a:visited {
     color: #F971A0;
     text-decoration:none;
}
a:hover {
     color: #F971A0;
     text-decoration:underline;
}
a:active {
     color: #F971A0;
     text-decoration:underline;
}
.opacity a:hover img {
     opacity:0.7;
     filter: alpha(opacity=70);
     -moz-opacity:0.7;
}
.opacity li:hover img {
     opacity:0.7;
     filter: alpha(opacity=70);
     -moz-opacity:0.7;
}
/*** ------------------------------------------------------------------------------

font

-----------------------------------------------------------------------------  ***/
#main p, #main ul, #main dl, #main table {
	font-size:1.167em;
}
#home #main p, #home #main ul, #home #main dl, #home #main table {
	font-size:1.167em;
}
#main table ul,
#main table dl,
#main dl ul,
#main dl p,
#main ul ul{
	font-size:1em;
}
/*** ------------------------------------------------------------------------------

wrapper

-----------------------------------------------------------------------------  ***/
#wrapper{
	background:url(../img/bk_common.jpg) repeat scroll;
}
#home #wrap{
	background:url(../img/bk_top.jpg) no-repeat scroll center top;
	background-size:100%;
}
#wrapper .flag .left{
	position:absolute;
	top:0;
	left:0;
}
@media screen and (max-width: 1200px){
	#wrapper .flag{
		display:none;
	}
}
@media screen and (max-width: 600px){
	#wrapper .flag{
		display:block;
	}
	#wrapper .flag .left img{
		width:89px;
		height:auto;
	}
}
#wrapper .flag .right{
	position:absolute;
	top:0;
	right:0;
}
@media screen and (max-width: 600px){
	#wrapper .flag .right img{
		width:89px;
		height:auto;
	}
}
/*** ------------------------------------------------------------------------------

header

-----------------------------------------------------------------------------  ***/
#header{
	width:1000px;
	margin:0 auto 30px;
	position:relative;
	z-index:999;
}
@media screen and (max-width: 600px){
	#header{
		width:auto;
		margin:0 auto 15px;
	}
}
#header h1,
#header p{
	padding:12px 0 0;
	margin:0 0 12px;
}
#header h1 span.top-red,
#header p span.top-red{
	color: #E80012;
	font-weight: bold;
}
#header h1 span.top-blue,
#header p span.top-blue{
	color: #1E2087;
	font-weight: bold;
}
@media screen and (max-width: 600px){
	#header h1,
	#header p{
		text-align: center;
		margin:0;
	}
}
#header ul.left{
	float:left;
}
@media screen and (max-width: 600px){
	#header ul.left{
		float:none;
	}
}
#header ul.left li{
	float:left;
}
@media screen and (max-width: 600px){
	#header ul.left li{
		float:none;
	}
	#header ul.left li.logo{
		text-align:center;
		padding:15px 0 0;
	}
	#header ul.left li.logo img{
		width:120px;
		height:auto;
	}
}
#header ul.left li.access{
	padding:12px 0 0;
	margin:0 0 0 46px;
}
@media screen and (max-width: 600px){
	#header ul.left li.access{
		display:none;
	}
}
#header ul.right{
	float:right;
}
@media screen and (max-width: 600px){
	#header ul.right{
		float:none;
		display:none;
	}
}
#header ul.right li{
	float:right;
}
@media screen and (max-width: 600px){
	#header ul.right li{
		float:none;
	}
}
#header ul.right li.btn{
	margin:0 0 0 18px;
}
/*** ------------------------------------------------------------------------------

nav

-----------------------------------------------------------------------------  ***/
#menu{
	display:none;
}
@media screen and (max-width: 600px){
	#menu{
		display:block;
	}
	#menu p{
		background:url(../img/sp_menu.png) no-repeat scroll 10px center #F971A0;
		background-size:28px;
		padding:7px 0;
		text-align:center;
		font-size:1.500em;
		font-weight:bold;
	}
	#menu p a{
		color:#FFF;
	}
	#menu p a:hover{
		text-decoration:none;
	}
}
#nav{
	width:1000px;
	margin:0 auto 30px;
}
@media screen and (max-width: 600px){
	#nav{
		width:auto;
		margin:0;
		display:none;
	}
}
#nav ul li a{
	display:block;
	height:45px;
	float:left;
	text-indent:-999999px;
}
@media screen and (max-width: 600px){
	#nav ul li a{
		height:auto;
		float:none;
		text-indent:0px;
		text-align:center;
		padding:10px 0;
		font-size:1.167em;
		border-top:1px solid #FFF;
		background:#F971A0;
		color:#FFF;
	}
	#nav ul li a:hover{
		background:#F51F6A;
		text-decoration:none;
	}
}
#nav ul .nav01 a{
	width:157px;
	background:url(../img/nav01.png) no-repeat scroll center top;
}
@media screen and (max-width: 600px){
	#nav ul .nav01 a{
		width:auto;
		background:#F971A0;
	}
}
#nav ul .nav02 a{
	width:222px;
	background:url(../img/nav02.png) no-repeat scroll center top;
}
@media screen and (max-width: 600px){
	#nav ul .nav02 a{
		width:auto;
		background:#F971A0;
	}
}
#nav ul .nav03 a{
	width:222px;
	background:url(../img/nav03.png) no-repeat scroll center top;
}
@media screen and (max-width: 600px){
	#nav ul .nav03 a{
		width:auto;
		background:#F971A0;
	}
}
#nav ul .nav04 a{
	width:244px;
	background:url(../img/nav04.png) no-repeat scroll center top;
}
@media screen and (max-width: 600px){
	#nav ul .nav04 a{
		width:auto;
		background:#F971A0;
	}
}
#nav ul .nav05 a{
	width:154px;
	background:url(../img/nav05.png) no-repeat scroll center top;
}
@media screen and (max-width: 600px){
	#nav ul .nav05 a{
		width:auto;
		background:#F971A0;
	}
}
#nav ul li a:hover{
	background-position:center -45px;
}
/*** ------------------------------------------------------------------------------

visual

-----------------------------------------------------------------------------  ***/
#visual .visual-wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
}
@media screen and (max-width: 600px){
	#visual{
		margin:0 0 15px;
	}
	#visual .visual-wrapper{
		display:none;
	}
	#visual #film_roll_slider div a img{
		width:100%;
		height:auto;
	}
	#visual .film_roll_pager{
		display:none;
	}
}
#visual .icon01{
	position:absolute;
	top:-25px;
	left:-44px;
	z-index:9999999999999999999;
}
#visual .icon02{
	position:absolute;
	bottom:-439px;
	right:4px;
	z-index:9999999999999999999;
}
#visual{
	width:1000px;
	margin:0 auto 10px;
}
#home #visual{
	width:auto;
	margin:0;
}
@media screen and (max-width: 600px){
	#visual{
		width:auto;
	}
}
#visual .visual{
	background:url(../img/pc_title.png) no-repeat scroll;
	width:963px;
	height:67px;
	padding:33px 0 0 37px;
}
@media screen and (max-width: 600px){
	#visual .visual{
		background:url(../img/sp_title.png) no-repeat scroll;
		background-size:100%;
		width:auto;
		height:auto;
		margin:15px 10px 0;
		padding:5.5% 20px;
		text-align:center;
	}
	#visual .visual img{
		width:40%;
		height:auto;
	}
}
/*** ------------------------------------------------------------------------------

cont

-----------------------------------------------------------------------------  ***/
#cont{
	width:1000px;
	margin:0 auto 100px;
}
#home #cont .topicpass{
	display:none;
}
#cont .topicpass{
	display:block;
}
#cont .topicpass li{
	float:left;
	height:30px;
}
#cont .topicpass li span{
	display:inline-block;
	padding:0 5px;
}
@media screen and (max-width: 600px){
	#cont{
		width:auto;
		margin:0 auto 50px;
		padding:0 10px;
	}
}
#cont .sp-inquiry{
	display:none;
}
@media screen and (max-width: 600px){
	#cont .sp-inquiry{
		display:block;
		padding:0;
		margin:0 0 15px;
	}
	#cont .sp-inquiry.top{
		display:none;
		padding:0;
		margin:0 0 15px;
	}
	#home #cont .sp-inquiry.top{
		display:block;
		padding:15px 0 0;
		margin:0 0 15px;
	}
	#cont .sp-inquiry p{
		margin:0 0 6px;
	}
	#cont .sp-inquiry img{
		width:100%;
		height:auto;
	}
	#cont .sp-inquiry ul li{
		float:left;
		width:49%;
	}
	#cont .sp-inquiry ul li img{
		width:100%;
		height:auto;
	}
	#cont .sp-inquiry ul li.right{
		float:right;
	}
}
#cont #top-menu{
	display:none;
}
#home #wrapper #cont #top-menu{
	display:block;
	margin:0 0 50px;
}
@media screen and (max-width: 600px){
	#home #wrapper #cont #top-menu{
		display:block;
		margin:0 0 30px;
	}
}
#home #wrapper #cont #top-menu ul{
	margin:0 0 0 -24px;
}
@media screen and (max-width: 600px){
	#home #wrapper #cont #top-menu ul{
		margin:0;
	}
}
#home #wrapper #cont #top-menu ul li{
	float:left;
	margin:0 0 0 13px;
}
@media screen and (max-width: 600px){
	#home #wrapper #cont #top-menu ul li{
		float:left;
		margin:0 0 15px;
		width:49%;
	}
	#home #wrapper #cont #top-menu ul li.even{
		float:right;
	}
	#home #wrapper #cont #top-menu ul li img{
		width:100%;
		height:auto;
	}
}
#cont #main .section h1{
	font-size:1.500em;
	font-weight:bold;
	color:#5F4C3F;
	background:url(../img/h2_title.png) no-repeat scroll left bottom;
	padding:0 0 5px 10px;
	margin:0 0 20px;
}
#cont #main .section h2.h1{
	font-size:1.500em;
	font-weight:bold;
	color:#5F4C3F;
	background:url(../img/h2_title.png) no-repeat scroll left bottom;
	padding:0 0 5px 10px;
	margin:0 0 20px;
}
@media screen and (max-width: 600px){
	#home #cont #main .section h2{
		margin:0;
	}
}
#cont #main .section .section-cont h2{
	font-size:1.333em;
	font-weight:bold;
	color:#5F4C3F;
	background:url(../img/intro_icon01.png) no-repeat scroll left 3px;
	padding:0 0 3px 24px;
	margin:0 0 20px;
	border-bottom:1px dashed #43352C;
}
/*** ------------------------------------------------------------------------------

main

-----------------------------------------------------------------------------  ***/
#main{
	float:left;
	width:740px;
}
@media screen and (max-width: 600px){
	#main{
		float:none;
		width:auto;
	}
}
#main .section{
	margin:0 0 50px;
}
@media screen and (max-width: 600px){
	#main .section{
		margin:0 0 30px;
	}
}
#main .section p{
	margin:0 0 1em;
}
#main .section.no-maegin{
	margin:0;
}
/*** ------------------------------------------------------------------------------

sub

-----------------------------------------------------------------------------  ***/
#sub{
	float:right;
	width:240px;
}
@media screen and (max-width: 600px){
	#sub{
		float:none;
		display:none;
	}
}
#sub .section h2{
	padding:3px 12px;
	margin:0 0 20px;
	background:#7E6554;
	font-size:1.500em;
	font-weight:bold;
	color:#FFF;
	border-radius:5px;
}
#sub .section .section-cont{
	background:url(../img/sub_line.png) no-repeat scroll left bottom;
	padding:0 0 10px;
	margin:0 0 10px;
}
#sub .section .section-cont.last{
	background:none;
	padding:0;
	margin:0;
}
#sub .section .section-cont ul li a{
	display:block;
	font-size:1.167em;
	font-weight:bold;
	margin:0 0 15px;
	color:#5F4C3F;
	background:url(../img/icon_circle.png) no-repeat scroll left center;
	padding:0 0 0 15px;
	margin:0 0 7px 32px;
}
#sub .section .section-cont ul li.m1 a{
	font-size:1.167em;
	margin:0 0 15px;
	background:url(../img/icon_arrow01.png) no-repeat scroll left center;
	padding:0 0 0 15px;
	margin:0 0 10px 12px;
}
#cont #footer-menu{
	width:1000px;
}
@media screen and (max-width: 600px){
	#cont #footer-menu{
		width:auto;
	}
}
#cont #footer-menu ul{
	margin:0 0 0 -13px;
}
@media screen and (max-width: 600px){
	#cont #footer-menu ul{
		margin:0;
	}
}
#cont #footer-menu ul li{
	float:left;
	margin:0 0 0 13px;
}
@media screen and (max-width: 600px){
	#cont #footer-menu ul li{
		float:left;
		margin:0;
		width:49%;
		margin:0 0 10px;
	}
	#cont #footer-menu ul li.even{
		float:right;
	}
	#cont #footer-menu ul li img{
		width:100%;
		height:auto;
	}
}
#cont #footer-menu ul li.sp,
#cont #footer-menu ul.sp{
	display:none;
}
@media screen and (max-width: 600px){
	#cont #footer-menu ul li.sp,
	#cont #footer-menu ul.sp{
		display:block;
	}
}
#sub .sub-nav .section-cont{
	background:none;
}
#sub .brn{
	margin:0 0 10px;
}
/*** ------------------------------------------------------------------------------

footer

-----------------------------------------------------------------------------  ***/
#footer{
	background:#FEDEEA;
}
#footer .box{
	width:1000px;
	margin:0 auto 30px;
	padding:25px 0 0;
	position:relative;
}
@media screen and (max-width: 600px){
	#footer .box{
		width:auto;
		padding:0;
		margin:0 auto;
	}
}
#footer .box .icon{
	position:absolute;
	top:-77px;
	left:0;
}
@media screen and (max-width: 600px){
	#footer .box .icon{
		display:none;
	}
}
#footer .box .left{
	float:left;
}
@media screen and (max-width: 600px){
	#footer .box .left{
		float:none;
		padding:15px 0 0;
	}
}
#footer .box .left p{
	margin:0 0 1em;
	font-size:1.167em;
}
@media screen and (max-width: 600px){
	#footer .box .left p{
		text-align:center;
	}
	#footer .box .left p img{
		width:120px;
		height:auto;
	}
}
#footer .box .left p.inq{
	margin:0 0 0 -3px;
}
@media screen and (max-width: 600px){
	#footer .box .left p.inq{
		display:none;
	}
}
#footer .box .right{
	float:right;
	width:670px;
}
@media screen and (max-width: 600px){
	#footer .box .right{
		float:none;
		width:auto;
	}
}
#footer .box .right ul{
	float:left;
	margin:0 0 0 50px;
}
@media screen and (max-width: 600px){
	#footer .box .right ul{
		float:none;
		margin:0;
	}
}
#footer .box .right ul li{
	background:url(../img/icon_arrow01.png) no-repeat scroll left center;
	padding:0 0 0 15px;
	color:#43342C;
	font-size:1.167em;
	margin:0 0 10px;
}
@media screen and (max-width: 600px){
	#footer .box .right ul li{
		background:none;
		padding:0;
		font-size:1.5em;
		margin:0;
	}
	#footer .box .right ul li a{
		display:block;
		background:none;
		padding:7px 0 7px 40px;
		margin:0;
		border-bottom:1px solid #FB8EB5;
	}
	#footer .box .right ul li a:hover{
		background:#FB8EB5;
		text-decoration:none;
		border-bottom:1px solid #FFF;
	}
	#footer .box .right ul .sp-title a{
		background:url(../img/icon_arrow_sp01.png) no-repeat scroll 10px center #FB8EB5;
		background-size:8px;
		color:#FFF;
		padding:7px 0 7px 30px;
		border-bottom:1px solid #FFF;
	}
	#footer .box .right ul .sp-title a:hover{
		background:url(../img/icon_arrow_sp01.png) no-repeat scroll 10px center #F51F6A;
		background-size:8px;
	}
}

#footer .box .right ul li a{
	color:#43342C;
}
#footer .copyright{
	background:#FB8EB5;
	text-align:center;
	padding:7px 0;
	color:#FFF;
}

/*** ------------------------------------------------------------------------------

共通設定

-----------------------------------------------------------------------------  ***/
* {
padding: 0;
margin: 0;
}
.film_roll_wrapper {
overflow: hidden;
}
.film_roll_shuttle {
position: relative;
}
.film_roll_child {
display: inline-block;
margin-right: 10px;
}
@media screen and (max-width: 600px){
	.film_roll_child {
	display: inline-block;
	margin:0 5px;
	}
}
.btn_prev,
.btn_next {
position: absolute;
top: 30%;
width: 48px;
height: 48px;
}
.btn_prev {
left: 15px;
}
.btn_next {
right: 15px;
}
.btn_prev:hover,
.btn_next:hover {
opacity: 0.7;
}
.film_roll_pager {
text-align: center;
}
.film_roll_pager a {
display: inline-block;
width: 16px;
height: 16px;
margin:15px 15px 30px 0;
}
.film_roll_pager a:nth-child(1) {
background:url(../img/slide_btn_off.png) no-repeat;
}
.film_roll_pager a:nth-child(2) {
background:url(../img/slide_btn_off.png) no-repeat;
}
.film_roll_pager a:nth-child(3) {
background:url(../img/slide_btn_off.png) no-repeat;
}
.film_roll_pager a:nth-child(4) {
background:url(../img/slide_btn_off.png) no-repeat;
}
.film_roll_pager a:nth-child(5) {
background:url(../img/slide_btn_off.png) no-repeat;
}
.film_roll_pager a:nth-child(6) {
background:url(../img/slide_btn_off.png) no-repeat;
}
.film_roll_pager a.active:nth-child(1),
.film_roll_pager a.active:nth-child(2),
.film_roll_pager a.active:nth-child(3),
.film_roll_pager a.active:nth-child(4),
.film_roll_pager a.active:nth-child(5),
.film_roll_pager a.active:nth-child(6) {
background:url(../img/slide_btn_on.png) no-repeat;
}
.film_roll_pager span {
display: none;
}
#film_roll_arrow {
display: none;
}
#film_roll_slider div a{
	pointer-events:none;
}
#film_roll_slider div.link a{
	pointer-events:auto;
}
#film_roll_slider .film_roll_pager a{
	pointer-events:auto;
}

#scroll{
	height:42px;
	width:94px;
	left:50%;
	margin:-53px 0 0 510px;
	position:absolute;
	z-index:9999;
}
@media screen and (max-width: 600px){
	#scroll{
		display:none !important;
	}
}
#scroll.ptop{
	bottom:25px;
	left:50%;
	margin:0 0 0 510px;
	position:fixed;
}
.gallery dl dd{
	background:#FDDDE9 !important;
	border-radius:9px;
	padding:5px !important;
	margin:7px auto 10px !important;
	width:150px !important;
}
.gallery dl dt img{
	border:2px solid #FDDDE9 !important;
}
@media screen and (max-width: 600px){
	.gallery .gallery-item{
		width:47% !important;
		clear:both;
	}
	.gallery .gallery-item img{
		width:100%;
		height:auto;
	}
	.gallery .gallery-item.even-right{
		float:right !important;
		clear:none;
	}
	.gallery .gallery-item{
		width:47% !important;
	}
	.gallery .gallery-item br{
		clear:none !important;
	}
	.gallery dl dd{
		width:auto !important;
	}
}
#pager{
	position:relative;
	line-height:25px;
	height:25px;
	text-align: center;
	border-top:#CCC 1px dotted;
	padding:10px 0 0;
	margin:0 0 25px;
}
#pager .nav-prev{
	position:absolute;
	left:10px;
	top:10px;
}
#pager .nav-next{
	position:absolute;
	right:10px;
	top:10px;
}
#pager a{
	border:1px solid #f971a0;
	background:#FFF;
	padding:7px 10px;
}
#pager a:hover{
	border:0px;
	background:#f971a0;
	color:#FFF;
	text-decoration:none;
	padding:7px 10px;
}
#main .article {
	margin:0 0 50px;
}
#main .article h2 a{
	color:#333;
}
#main .article .date{
	text-align: right;
	margin:-15px 0 1em;
}
@media screen and (max-width: 600px){
#single #main .article .date{
	margin:10px 0 1em;
}
#main .article img{
	max-width:100%;
	height: auto;
}
}

/*
Theme Name: Twenty Fourteen
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Headings
 * 3.0 - Text Elements
 * 4.0 - Links
 * 5.0 - Alignment
 * 6.0 - Tables
 * 7.0 - Images
 * 8.0 - RTL
 * ----------------------------------------------------------------------------
 */
/**
 * 2.0 Headings
 * ----------------------------------------------------------------------------
 */

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

.blog-content h1 {
	font-size:1.500em;
	font-weight:bold;
	color:#5F4C3F;
	background:url(/common/img/h2_title.png) no-repeat scroll left bottom;
	padding:0 0 5px 10px;
	margin:0 0 20px;
}

.blog-content h2 {
	font-size:1.500em;
	font-weight:bold;
	color:#5F4C3F;
	background:url(/common/img/h2_title.png) no-repeat scroll left bottom;
	padding:0 0 5px 10px;
	margin:0 0 20px;
}

.blog-content h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.blog-content h4 {
	font-size: 20px;
	line-height: 1.2;
}

.blog-content h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.blog-content h6 {
	font-size: 16px;
	line-height: 1.5;
}

.blog-content h1:first-child,
.blog-content h2:first-child,
.blog-content h3:first-child,
.blog-content h4:first-child,
.blog-content h5:first-child,
.blog-content h6:first-child {
	margin-top: 0;
}


/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */

.blog-content address {
	font-style: italic;
	margin-bottom: 24px;
}

.blog-content abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

.blog-content b,
.blog-content strong {
	font-weight: 700;
}

.blog-content cite {
	border: 0;
}

.blog-content cite,
.blog-content dfn,
.blog-content em,
i {
	font-style: italic;
}

.blog-content mark,
.blog-content ins {
	background: #fff9c0;
	border: 0;
	color: inherit;
	text-decoration: none;
}

.blog-content p {
	margin: 0 !important;
    padding:0 !important;
}

.blog-content code,
.blog-content kbd,
.blog-content tt,
.blog-content var,
.blog-content samp,
.blog-content pre {
	font-family: monospace, serif;
	font-size: 15px;
	line-height: 1.6;
}

.blog-content pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.blog-content blockquote,
.blog-content q {
	quotes: none;
}

.blog-content blockquote:before,
.blog-content blockquote:after,
.blog-content q:before,
.blog-content q:after {
	content: "";
	content: none;
}

.blog-content blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin: 0 0 24px;
}

.blog-content blockquote cite,
.blog-content blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.blog-content blockquote em,
.blog-content blockquote i,
.blog-content blockquote cite {
	font-style: normal;
}

.blog-content blockquote strong,
.blog-content blockquote b {
	font-weight: 400;
}

.blog-content small {
	font-size: smaller;
}

.blog-content big {
	font-size: 125%;
}

.blog-content sup,
.blog-content sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.blog-content sup {
	bottom: 1ex;
}

.blog-content sub {
	top: .5ex;
}

.blog-content dl {
	margin: 0 0 24px;
}
#gallery-1 .gallery-item{
	margin:0 0 15px !important;
}
.blog-content dt {
	font-weight: bold;
}

.blog-content dd {
	margin: 0 0 24px;
}

.blog-content ul,
.blog-content ol {
	list-style: none;
	margin: 0 0 24px 20px;
	padding-left: 0;
}

.blog-content ul {
	list-style: disc;
}

.blog-content ol {
	list-style: decimal;
}

.blog-content li > ul,
.blog-content li > ol {
	margin: 0 0 0 20px;
}

.blog-content del {
	color: #767676;
}

.blog-content hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */
.blog-content a{
     outline:none;
}
.blog-content a:link {
     color: #F971A0;
     text-decoration:none;
}
.blog-content a:visited {
     color: #F971A0;
     text-decoration:none;
}
.blog-content a:hover {
     color: #F971A0;
     text-decoration:underline;
}
.blog-content a:active {
     color: #F971A0;
     text-decoration:underline;
}
.blog-content .opacity a:hover img {
     opacity:0.7;
     filter: alpha(opacity=70);
     -moz-opacity:0.7;
}
.blog-content .opacity li:hover img {
     opacity:0.7;
     filter: alpha(opacity=70);
     -moz-opacity:0.7;
}
/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

.blog-content .alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

.blog-content .alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.blog-content .aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

.blog-content blockquote.alignleft,
.blog-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.blog-content blockquote.alignleft p,
.blog-content blockquote.alignright p {
	margin-bottom: 17px;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

.blog-content .mceItemTable {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0 1px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
	width: 100%;
}

.blog-content .mceItemTable th,
.blog-content .mceItemTable caption {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-weight: 700;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: baseline;
}

.blog-content .mceItemTable td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	padding: 8px;
	vertical-align: baseline;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

.blog-content img {
	height: auto;
	max-width: 474px;
	vertical-align: middle;
}

.blog-content .wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	max-width: 474px;
	padding: 0;
	text-align: left;
}

.blog-content .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.blog-content .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.blog-content .wp-caption.aligncenter {
	margin: 7px 0;
}

.blog-content .wp-caption-dt {
	margin: 0;
}

.blog-content .wp-caption .wp-caption-text,
.blog-content .wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}

.blog-content .mceTemp + ul,
.blog-content .mceTemp + ol {
	list-style-position: inside;
}


/**
 * 8.0 RTL
 * ----------------------------------------------------------------------------
 */

.blog-content html .mceContentBody.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.blog-content .rtl ol,
.blog-content .rtl ul {
	margin-left: 0;
	margin-right: 24px;
}

.blog-content .rtl .wp-caption,
.blog-content .rtl tr th {
	text-align: right;
}

.blog-content .rtl td {
	text-align: right;
}
