@charset "UTF-8";
/*
Theme Name: Ai-CTC
Theme URI: 
Description: This is our original theme.
Author: atinterface
Author URI:
Version:1.0
*/


/*
藍墨茶あいすみちゃ
#474a4d
ブルーアシードbleu acide
#006eb0
*/


@import url("css/bootstrap.min.css");
@import url("css/reset.css");
@import url("css/slider-pro.css");
@import url("css/animate.css");
/*
@import url("css/slicknav.css");
*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");


/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	color: #474a4d;
	border-top: 5px solid #006eb0;
}
body * {
	font-size: 14px;
	line-height: 1.5;
}

sup { font-size: 10px; }

a, a:hover {
	text-decoration: none;
}
a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a img {}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a:hover img.rollover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

strong,
.strong { font-weight: bold; }

/*スマフォの画面右隙間削除*/
#wrapper {
	overflow: hidden;
}

/*reset.cssのカスタマイズ*/
.fl-l {
	margin-right: 10px;
	margin-bottom: 10px;
}
.fl-r, .alignright {
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.blue {color:#007AB7;}
.red {color:#BF1E56;}

.fz11 {font-size:11px !important; line-height:1 !important;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ヘッダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
header {}
#header h1 {
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header .header_form {
	text-align: right;
}
#header p {
	clear: both;
}
@media screen and (max-width: 767px) {
	#header h1 { margin-top: 10px; }
	#header p { margin-top: 10px; }
}
@media screen and (max-width: 991px) {
	#header h1 { margin-bottom: 10px; }
}

/*検索フォーム*/
.header_form {
	width: 315px;
	background-color: #006eb0;
	border-left: 5px solid #006eb0;
	border-right: 5px solid #006eb0;
	border-bottom: 5px solid #006eb0;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	overflow: auto;
	float: right;
}
.header_form input:first-child {
	width: 190px;
	float: left;
	border: none;
}
.header_form input:nth-child(2) {
	color: #fff;
	width: 110px;
	border: none;
	text-align: right;
	padding-right: 5px;
	background: transparent url("img/search.png") no-repeat scroll left center;
}
@media screen and (max-width:767px) {
	.header_form { display: none; }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#global_nav {
	border-top: 1px solid #006eb0;
	border-bottom: 1px solid #006eb0;
}
.home #global_nav {
	border-bottom: none;
}
#global_nav ul {
	overflow: auto;
}
#global_nav ul li {
	float: left;
	width: 11.11111%;
	position: relative;
}
#global_nav ul li a {
	padding: 10px 5px;
	color: #fff;
	color: #006eb0;
	display: block;
	text-align: center;
}
#global_nav ul li a:hover {}
#global_nav ul li a span {
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
}
#global_nav ul li a span:first-child {
	font-size: 20px;
}
@media screen and (max-width:1200px) {
	#global_nav ul li { width: 20%; }
}
@media screen and (max-width:991px) {
	#global_nav ul li { width: 33.3333%; }
}
@media screen and (max-width:400px) {
	#global_nav ul li a { font-size: 13px; }
	#global_nav ul li a i { display:block; }
}

#global_nav ul li a div.nav_txt {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#global_nav ul li a:hover div.nav_txt {
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#global_nav ul li a div.nav_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #006eb0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#global_nav ul li a:hover div.nav_bg {
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width:400px) {
	#global_nav ul li a div.nav_bg { display: none; }
	#global_nav ul li a:hover div.nav_txt { color: #006eb0; }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
スライダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#slider {
	position: relative;
}
#slider_pre {
	background: transparent url("img/slider_cover.png") repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	z-index: 1000;
}
#slider_next {
	background: transparent url("img/slider_cover.png") repeat scroll left top;
	position: absolute;
	top: 0;
	right: 0;
	height: 300px;
	z-index: 1000;
}



/*::::::::::::::::::::::::::::::::::::::::::::::::::
トップページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.sec_01 {}
.top_txt {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #006eb0;
	border-bottom: 1px solid #006eb0;
}
.sec_01 .top_box_wrapper {
	overflow: auto;
}
.sec_01 .top_box {
	width: 14.6666%; /*横６個*/
	width: 31.3333%; /*横3個*/
	width: 23%; /*横4個*/
	margin: 1%;
	float: left;
	overflow: auto;
	padding: 5px 10px 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sec_01 a .top_box {
	color: #474a4d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.sec_01 a:hover .top_box {
	color:#fff;
	background: #006eb0;
}
.sec_01 .top_box img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.sec_01 a:hover .top_box img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media screen and (max-width:767px) {
	.sec_01 .top_box {
		width: 48%;
		width: 98%;
	}
}

.sec_02 {
	margin-top: 50px;
	padding-top: 50px;
	background-color: #f5f5f5;
	background: #eee url("img/back_01.gif") repeat scroll center top;
}
.sec_03 {
	padding-top: 50px;
}
.home .sec_03 {
	background-color: #f5f5f5;
	background: #eee url("img/back_01.gif") repeat scroll center top;
}

.top_news {
}
.top_news li {
	padding: 5px 0px 10px;
	margin-bottom: 10px;
	position: relative;
}
.top_news li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.top_news li a {
	margin-bottom: 5px;
	display: block;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #68a9cf;
	color: #fff;
}
.top_news_orange li a {
	background-color: rgba(255,134,0,1.00);
}
.top_news li a:hover {
	background-color: #00a1e9;
}
.top_news_orange li a:hover {
	background-color: #FFA701;
}
.top_news li span {
	display: block;
	text-align: right;
}
.top_news li p {
	padding: 0px 10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページ共通
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#contents {
}

h2.h2_style {
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 4px solid #ccc;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2.h2_style::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
h2.orange::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color:rgba(255,134,0,1.00);
}
h2.h2_style span {
	padding-top: 10px;
}
h2.h2_style span a {
	color: #666;
}
h2.h2_style span a:hover {
	background-color: #3498db;
	color: #fff;
}

h3.h3_style {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px dotted #ccc;
	margin-bottom: 15px;
}

h4.h4_style {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}


.btn_base {
	background-color: #ccc;
	color: #fff;
}
.btn_base:hover {
	background-color: #999;
	color: #fff;
}



.label-base {
	background-color: #fff;
	color: #004d25;
}

.cr05 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.border {
	border: 5px solid #fff;
}
.border_02 {
	border: 1px solid #ccc;
}

@media screen and (max-width:767px) {
	.img-reduction {
		width: 50%;
		max-width: 200px;
	}
}

.w50 { width: 50%; }
.noborder { border: none !important; }


.table_01 { width: 100%; }
.table_01 th, .table_01 td {
	border: 1px solid #ccc;
	padding: 10px;
}
.table_01 th {
	background-color: #eee;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.table_01 th, .table_01 td {
		display: block;
		width: 100%;
	}
}

img { 
	max-width: 100%; 
	height:auto;
}

.ul_01 {
	margin-left: 30px;
}
.ul_01 li {
	list-style: disc;
}

.dl_01 {}
.dl_01 dt {
	margin-bottom: 20px;
}
.dl_01 dd {
	margin-bottom: 30px;
	margin-left: 20px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ブログ
::::::::::::::::::::::::::::::::::::::::::::::::::*/

.left70 {
    width: 70%;
    float: left;
}

.right25 {
    width: 25%;
    float: right;
}

#blog_area p {
    margin-bottom: 25px
}
#blog_area img {
    width: 100%;
    padding: 0 20%;
}
#blog_area ul,
#blog_area ol {
    margin-left: 25px;
}

#blog_sublist_title {
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 2px solid #CCC;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#blog_sublist li {
    border-bottom: 1px solid #CCC;
}
#blog_sublist li a {
    display: block;
    padding: 15px 25px;
}
#blog_sublist li a:hover {
    background: #EFEFEF;
}

@media screen and (max-width:767px) {
    #blog_area img {
        width: 100%;
        padding: 0 10%;
    }
    .left70 {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .right25 {
        width: 100%;
        float: none;
    }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
サイド
::::::::::::::::::::::::::::::::::::::::::::::::::*/
h2.h2_side {
	font-size: 18px;
	color: #006eb0;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.side_ul {
	margin-bottom: 20px;
}
.side_ul > li {
	border-bottom: 1px solid #ccc;
}
.side_ul li a {
	display: block;
	padding: 10px 5px;
	color: #474a4d;
}
.side_ul > li > a:before {
	content: "● ";
}
.side_ul > li > a:hover {
	background-color: #eee;
}

.side_ul ul {
	margin-bottom: 5px;
}
.side_ul ul li a {
	background-color: #eee;
	margin-bottom: 1px;
	font-size: 12px;
	text-align: center;
}
.side_ul ul li a:hover {
	background-color: #ddd;
}

.main_menu span {
	display: block;
	cursor:pointer;
	padding: 10px 5px;
}
.main_menu span:before {
	content: "● ";
}
.main_menu ul {
	display: none;
}

@media screen and (max-width: 1199px) {
	.side_ul li a {
		font-size: 12px;
	}
}


.sticky {
	position: fixed;
	top: 0px;
}
.sticky_bottom {
	position: absolute;
}
@media screen and (min-width:1200px) {
	.side_ul li a { width: 262px; }
}
@media screen and (max-width:1199px) {
	.side_ul li a { width: 212px; }
}
@media screen and (max-width:991px) {
	.side_ul li a { width: 158px; }
}
@media screen and (max-width:767px) {
	.side_ul li a { width: 100%; }
	.sticky { position: relative; }
	.sticky_bottom { position: relative; }
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
会社案内
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.company_table th {
	width: 25%;
}
@media screen and (max-width: 767px) {
	.company_table th, .company_table td {
		display: block;
		width: 100%;
	}
}

.map {
	margin-top: 20px;
}

/*04 不使用
.company_table {
	width: 100%;
	margin: 0 auto;
}
.company_table th, .company_table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.company_table th {
	background-color: #fafafa;
	text-align: right;
}
.company_table td {
}
.company_table_02 {
	width: 100%;
}
.company_table_02 th, .company_table_02 td {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
}
.company_table_02 td a {
	font-size: 12px;
}
.company_table_02 th { background-color: #fafafa; }
.company_table_02 td {}
.company_table_02 th span {
	font-size: 10px;
}
.company_table_02 .ct02_01 {
	width: 120px;
	padding: 10px 5px;
 }
.company_table_02 .ct02_02 {
	width: 280px;
}
@media screen and (max-width: 991px) {
	.company_table_02 .ct02_01 { width: 90px; }
	.company_table_02 .ct02_02 { width: 210px; }
}
*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::
事業内容
::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*事業内容、トップページ*/
.inv_ul_02 {}
.inv_ul_02 li {
	margin-bottom: 10px;
}

.inv_intro {
	overflow: auto;
}
.inv_intro div {
	width: 14.6666%; /*横６個*/
	width: 23%; /*横4個*/
	width: 31.3333%; /*横3個*/
	margin: 1%;
	float: left;
	overflow: auto;
	padding: 5px;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.inv_intro a div {
	color: #474a4d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background-color: #eee;
}
.inv_intro a:hover div {
	color:#fff;
	background: #006eb0;
}
.inv_intro div img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.inv_intro a:hover div img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media screen and (max-width:1199px) {
	.inv_intro div { font-size: 12px; }
}
@media screen and (max-width:991px) {
	.inv_intro div { width: 48%; }
}
@media screen and (max-width:600px) {
	.inv_intro div { width: 98%; }
}



/*事業内容、各ページ*/
.inv_text {
	background-color: #eaedf7;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.inv_ul {
	margin-top: 20px;
}
.inv_ul li {
	margin-left: 10px;
}
.inv_ul li:before {
	content: "◼︎ ";
}
.inv_table {
	width: 100%;
}
.inv_table th, .inv_table td {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	/*
	width: 33.3333%;
	*/
}
.inv_table th {
	background-color: #eaedf7;
	text-align: center;
}
.inv_table td {
}
.inv_table th.inv_table_01 {
	text-align: left;
	background-color: #E4E0BE;
}

.inv_box {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 2px dotted #ccc;
	margin-left: 0px;
	margin-right: 0px;
}

.inv_box:last-child {
	border-bottom: 0px;
}
.bbnone {
	border-bottom: 0px;
}
.inv_box dt {
	color: #007bbb;
	font-size: 18px;
}
.inv_box dd {
	margin-top: 20px;
}
.inv_box img {
	width: 400px;
	margin-bottom: 5px;
}

@media screen and (max-width:767px) {
	.inv_box dt {
		margin-top: 20px;
		text-align: center;
	}
}


.w33 th { width: 33.3333%; }


/*::::::::::::::::::::::::::::::::::::::::::::::::::
業務実績
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.works_table {
	width: 100%;
}
.works_table th, .works_table td {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 11px;
}
.works_table th {
	background-color: #fafafa;
	text-align: center;
}
.works_table td {}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
求人情報
::::::::::::::::::::::::::::::::::::::::::::::::::*/


/*::::::::::::::::::::::::::::::::::::::::::::::::::
お問い合わせ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.contact_tel strong {
	font-size: 32px;
}
@media screen and (max-width:767px) {
	.contact_tel strong { font-size: 26px; }
}

/*フォーム*/
.form_width { max-width: 100%; }

.form_dl { overflow: auto; }
.form_dl dt {
	float: left;
	width: 30%;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
	padding: 5px 10px;
	background-color: #fafafa;
}
.form_dl dd {
	float: right;
	margin-bottom: 20px;
	width: 65%;
}
.form_dl dd input {
	width: 100%;
	padding: 5px;
	box-shadow: none;
}
.form_dl dd textarea {
	width: 100%;
	padding: 5px;
	box-shadow: none;
	border-color: #ccc;
}


@media screen and (max-width: 767px) {
	.form_dl dt, .form_dl dd {
		float: none;
		display: block;
		width: 100%;
	}
	.form_dl dt { text-align: center; }
}


/*送信ボタン*/
.wpcf7-submit {
	font-size: 16px;
	padding: 3px 25px;
	background: #e9e9e9; 
	color: #363B3F;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
.wpcf7-submit:hover {
	background-color: #dcdcdc;
}


.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	background-color: #eee;
	padding: 5px;
	width: 100%;
	display: block;
}
/*送信エラー*/
.wpcf7-validation-errors {
	font-weight: bold;
	background-color: #ffa500;
	color: #fff;
	padding: 20px 10px !important;
	border: none !important;
}
/*送信完了*/
.wpcf7-mail-sent-ok {
	font-weight: bold;
	background-color: #228b22;
	color: #fff;
	padding: 20px 10px !important;
	border: none !important;
}

.wpcf7-select {
	font-size: 14px;
	height: 26px;
}
.wpcf7-form-control-wrap {
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single_box {
	background-color: #fafafa;
	padding: 20px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿アーカイブページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_ul {
	margin: 20px;
}
.archive_ul li {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}
.archive_ul li:before {
	content: "● ";
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
検索結果ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.search_div p {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

.page-nav {
	text-align: center;
	margin-top: 30px;
}
.page-nav li {
	display: inline;
	background-color: #eee;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.page-nav li.current {
	background-color: #ccc;
}
.page-nav li:hover {
	background-color: #ddd;
}
.page-nav li a {
	color: #333;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page_top {
}
.page_top a {
	font-size: 12px;
	color: #fff;
	padding: 10px;
	display: block;
	width: 120px;
	margin: 0 0 0 auto;
	text-align: center;
	background: #006eb0 url("img/back_02.gif") repeat scroll center top;
}
.page_top a:hover { background: #409ecc; }

#footer {
	background-color: #006eb0;
	padding: 30px 0px;
	background: #006eb0 url("img/back_02.gif") repeat scroll center top;
}
#footer * { color:#fff; }
#footer a {
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#footer a:hover {
	background-color: #409ecc;
}
#footer a:hover i {
}
#footer .sns a:hover {
	background-color: #006eb0;
}
#footer .sns a:hover i {
	color: #409ecc;
}
#footer h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 10px;
	color: #fff;
	background-color: rgba(255,255,255,0.1);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#footer li {
	margin-bottom: 5px;
}


#copy{
	clear: both;
	color: #fff;
	background-color: #333;
	margin-top: 0px;
	text-align: center;
	padding: 5px;
}

.sns a i { color: #666; font-size: 42px; }


/*::::::::::::::::::::::::::::::::::::::::::::::::::
メディアクエリ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 991px) {}
@media screen and (max-width: 600px) {}


.row-vm {
	font-size: 0;
}
.row-vm > [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}


/*gridのgutter調整*/
.row-0{
	margin-left:0px;
	margin-right:0px;
}
.row-0 > div{
        padding-right:0px;
        padding-left:0px;
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
}
.row-10 > div{
        padding-right:5px;
        padding-left:5px;
}
.row-20{
	margin-left:-10px;
	margin-right:-10px;
 }
 .row-20 > div{
        padding-right:10px;
        padding-left:10px;
}
.row-30{
	margin-left:-15px;
	margin-right:-15px;
 }
.row-30 > div{
        padding-right:15px;
        padding-left:15px;
}
.row-40{
	margin-left:-20px;
	margin-right:-20px;
 }
.row-40	> div{
        padding-right:20px;
        padding-left:20px;
}
.photo01 {
    width: 80%; 
    margin: 0 auto;
    text-align: center;
}
.photo01 img {
    margin-bottom: 10px;
}
.photo01 .left {
    width: 48%;
    float: left;
    font-size: 12px;
}
.photo01 .right {
    width: 48%;
    float: right;
    font-size: 12px;
}
.center_text01 {
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .photo01 {
        width: 100%; 
        margin: 0 auto;
        text-align: center;
    }
}

.csr {
    width: 80%;
    margin: 0 auto 15px auto;
    background:rgba(52,152,219,0.1);
    padding: 30px 50px;
    border: 1px solid rgba(52,152,219,1);
}
.csr h4 {
    font-size: 18px;
    font-weight: bold;
    color: #006EB0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
    margin-bottom: 25px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}