/*
Theme Name: starter
Theme URI: http://demo.themeum.com/starter
Author: Themeum
Author URI: http://themeum.com/
Description: Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: THEMEUM
*/


@import url('css/bootstrap.css');
@import url('css/font-awesome.min.css');
@import url('css/main.css');

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);

@font-face {
  font-family: 'コーポレート・ロゴＢ';
  src: url('../../../font/logotypejp_mp_b_1.1.ttf') format('OpenType'),
  		url("../../../font/logotypejp_mp_b_1.1.eot?") format('eot'),
  		url("../../../font/logotypejp_mp_b_1.1.woff") format('woff');
}

@font-face {
  font-family: 'コーポレート・ロゴ';
  src: url('../../../font/logotypejp_mp_m_1.1.ttf') format('OpenType'),
  		url("../../../font/logotypejp_mp_m_1.1.eot?") format('eot'),
  		url("../../../font/logotypejp_mp_m_1.1.woff") format('woff');
}

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input, textarea{
	width:100%;
    border: 1px solid #949494;
    border-radius: 4px;
}

input[type=reset],input[type=submit]{
	width: 200px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);

}
.icon-aimu-logo:before {
    content: "\e900";
}
.icon-sunroad-logo:before {
    content: "\e901";
}

strong{
	font-weight: normal;
}

#main{
	margin: 0px auto;

margin-bottom: 150px;
}

#page{
	padding-top: 80px;
}

#page-main{
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 150px;
	background-image:url('http://www.aimu-sv.com/images/slide1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main-container{
	width: 100%;
}

.container {
    margin: 0 auto;
}

.site-content{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

#sidebar{
    background: #fff none repeat scroll 0 0;
    border: 0px solid #cc0000;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
	padding-top: 20px;
}

section{
}
.blog #content article.post,
.archive #content article.post{
	margin-bottom: 60px;
	background: #fff;
}

.site-header{
	margin-bottom: 0;
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.entry-content .profile-box{
	margin: 10px 0;
	width: 100%;
}

.entry-thumbnail{
	border-bottom: 3px solid #eee;
}

.navbar.navbar-default{
	background-color: #fff;
	margin-bottom: 0;
	border-bottom: 0;
    	   -webkit-box-shadow:0px 5px 10px rgba(0,0,0,0.4);
   -moz-box-shadow:0px 5px 10px rgba(0,0,0,0.4);
   box-shadow:0px 5px 10px rgba(0,0,0,0.4);
	background: rgba(255,255,255,0.85)
}

.entry-chat,
.entry-link,
.entry-status,
.entry-qoute,
.entry-audio{
	padding: 20px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eee;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
	background: #34495e;
	color:#fff;
	font-size: 14px;
}

.entry-chat p{
	font-size: 14px;
}

.entry-link{
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-link h4{
	font-size: 20px;
}

.entry-qoute blockquote p{
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 26px;
}

.entry-qoute blockquote small{
	font-style: italic;
	font-size: 15px;
}

.format-aside .post-content.media .entry-title{
	display: none;
}

.entry-title{
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.entry-title,
.entry-summary{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content.media{
	margin-top: 20px;
}

.post-content.media .pull-left{
	padding-right: 20px;
	border-right: 1px solid #eaeaea;
	margin-right: 30px;
}

.post-content.media .post-format,
.post-content.media .publish-date{
	text-align: center;
	margin: 15px 0 0;
	padding: 0px;
}

.post-content.media .post-format{
	margin: 0 0 15px;
}

.post-content.media .post-format i{
	font-size: 24px;
	border: 1px solid #eee;
	/* border-radius: 50%; */
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition:all .4s linear;
}

.post-content.media:hover .post-format i{
	border-color: #34495e;
	border-radius: 50%;
}

.post-content.media .publish-date{
	margin: 5px 0 0px;
}

.post-content.media .publish-date .entry-date{
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	text-transform: uppercase;
}

#blog-gallery-slider.carousel{
	overflow: hidden;
}

#blog-gallery-slider .carousel-control.left,
#blog-gallery-slider .carousel-control.right{
	top: 40%;
	left: -40px;
	height: 80px;
	width: 40px;
	background: #34495e;
	opacity: 0;
	text-shadow:none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all .3s linear;
}

#blog-gallery-slider .carousel-control.right{
	left: auto;
	right: -40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blog-gallery-slider.carousel:hover .carousel-control.left{
	left: 0px;
	opacity: 1;
}

#blog-gallery-slider.carousel:hover .carousel-control.right{
	right: 0px;
	opacity: 1;
}


#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
	line-height: 80px;
	top: 0;
	left: 10px;
}

.entry-meta{
	margin: 0px 0 20px;
}

.entry-meta ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-meta ul li{
	display: inline-block;
	margin-right: 15px;
}

.entry-meta ul li i{
	margin-right: 5px;
}

.entry-meta ul li:last-child{
	margin-right: 0px;
}

.entry-meta ul li,
.entry-meta ul li i,
.entry-meta ul li a{
	text-transform: uppercase;
	letter-spacing: .75px;
	color: #a8b1b4;
	font-weight: 300;
}

.entry-meta ul li a:hover{
	color: #222;
}

.entry-summary .read-more{
	position: relative;
	-webkit-transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-ms-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all 0.17s ease-in-out;
	border: 2px solid #e5e5e5;
	padding: 6px 32px 6px 22px;
	border-radius: 4px;
	color: #363f46;
	box-shadow: 0 0 0 0;
	font-size: 12px;
	text-transform: capitalize;
}

.entry-summary p:last-child{
	margin-top: 20px;
}

.entry-summary .read-more:hover{
	color: #34495e;
}

.entry-status iframe{
	width: 99%;
}


.single-post .entry-title{
	margin-top: 20px;
}

.single-post #content article.post{
	margin-bottom: 30px;
}

.single-post #content .post-author,
.single-post #content .post-navigation{
	background: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px dotted #e2e2e2; 
}


.single-post #content .post-author .pull-left{
	margin-right: 20px;
	padding: 3px;
	background: #eee;
}

.single-post #content .post-author .media-body h3{
	margin-top: 0;
	text-transform: capitalize;
}

.single-post #content .post-author .media-body p{
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
}

.single-post #content .post-navigation{
	text-transform: lowercase;
}

.single-post #content .post-navigation a:hover{
	text-decoration: underline;
}

.sticky{
}

.alignnone {
    margin: 0;
}

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

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{

}

.bypostauthor{

}

.widget-area{
	word-break: break-word;
}

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

.bottom-widget{
	word-break: break-word;
}

.widget_recent_comments a{
	word-break: break-word;
}

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

.widget-area select{
	max-width: 100%;
}

.bottom-widget select{
	max-width: 100%;
}

.sidebar-inner .widget{
	margin-bottom: 5px;
	padding: 0 25px 60px;
	background: #fff;
}

.footer-wiget-area .bottom-widget{
	margin-bottom:50px;
}

.form-control{
	border-radius: 0;
}

.widget_title{
	margin-top: 0;
	margin-bottom: 20px;
}

.widget table,
.widget th,
.widget td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.widget table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

.widget caption,
.widget th,
.widget td {
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}

.widget caption{
	width: 100%;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	line-height: 2.5;
}
.widget th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

.widget td {
	border-width: 0 1px 1px 0;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.widget caption {
	color: #2b2b2b;
	font-weight: 900;
}
.widget thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.widget #today a{
	display: block;
	background-color: rgba(0, 0, 0, 0.02);
}

.widget .tagcloud{
	display: block;
}

.widget .tagcloud a{
	display: inline-block;
	font-size: 14px!important;
	padding: 5px 15px;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.1);
	transition:all 500ms linear;
}

.widget .tagcloud a:hover{
	background-color:rgba(0,0,0,.1);
}

.widget ul{
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	list-style: none;
}

.widget ul li{
	color: #95a3a6;
	border-bottom: 1px dotted #e2e2e2;
	padding: 8px 0;
}


.widget ul li a{
	text-decoration: none;
	color: #95a3a6;
	padding: 8px 5px 8px 0;
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-ms-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
}

.widget ul li:hover  { background:#fafafa; }

.widget ul li a:hover{ 
	color: #515151;
	padding-left:6px;
}

#footer{
	font-size: 14px;
	line-height: 150%;
}

#footer a{
	color: #CFCFCF;
}

.footer-menu{
	list-style: none;
	display: none;
}

.footer-menu li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.footer-menu li:first-child{
	margin-left: 0;
}

.footer-menu li:last-child{
	margin-right: 0;
}

.footer-menu li:before{
	content: "/";
	position: absolute;
	right: -14px;
}

.footer-menu li:last-child:before{
	display: none;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]
{
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	padding: 0 10px;
	background: #fafafa;
}


#respond textarea{
	display: block;
	width: 100%;
	height: 180px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	resize:none;
	padding: 10px;
	background: #fafafa;
}

#respond input:focus,
#respond textarea:focus{
	outline-offset:0;
	outline: 0;
	border-color:#000;
}

#respond ::-webkit-input-placeholder{
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
}

#footer{
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 150px;
    background-color: #cc0000;  
    color: #fff; 
    z-index: 100;
    -webkit-box-shadow:0px -5px 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0px -5px 10px rgba(0,0,0,0.4);
    box-shadow:0px -5px 10px rgba(0,0,0,0.4);
}

.footer-menu{
	margin:0;
}

#footer .alignleft {
    float: left;
    margin: 10px 20px 20px 20px;
}

#footer .alignright {
    float: right;
    margin: 10px 20px 20px 20px;
}

#footer_logo{
	max-height: 36px;
}

#respond .logged-in-as{
	padding-left: 15px;
}

#respond .comment-reply-title{
	margin-top: 0px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.comment-list{
	padding: 0;
}

.comment-list .comment-body{
	margin-bottom:25px;
}

.comment-list .comment-body .comment-avartar{
	margin-right: 20px;
}

.comment-list .comment-body .comment-author{
	font-size: 14px;
	text-transform: capitalize;
}

.comment-list .comment-body .comment-date,
.comment-list .comment-body .comment-time{
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 0 7px;
}

.comment-list .comment-body .comment-time{
	margin: 0 10px 0 0px;
}

.comment-list .comment-body .edit-link{
	margin-right: 5px;
}

.comment-list .comment-body .comment-reply,
.comment-list .comment-body .edit-link{
	text-transform: lowercase;
	font-weight: 300;
	display: none;
	transition: display .5s linear;
	-webkit-transition: display .5s linear;
}


.comment-list .comment-body:hover .comment-reply,
.comment-list .comment-body:hover .edit-link{
	display: inline-block;
}

.comment-body .comment-content p{
	margin-bottom: 0;
	font-size: 13px;
	letter-spacing: .3px;
	line-height: 20px;
	margin-top: 0px;
}

.comment-list .children{
	padding-left: 40px;
}

#comments .comments-title{
	margin-top: 0;
	margin-bottom: 20px;
}

#comments .form-submit #submit{

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				-o-user-select: none;
					user-select: none;
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;

}

.page-header{
	padding: 0;
	margin: 0;
	border:0 none;
}

.page-header .page-title{
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: uppercase;
}

.pagination{
	padding: 0;
	margin: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
	background: #34495e;
	border-color: #34495e;
}


/** menu **/

 #masthead.sticky{

 }

#navigation.navbar{
	border-radius: 0;
}

#navigation .navbar-nav > li > a {
	padding: 25px 10px;
	line-height: 25px;
	transition:padding .2s ease-in-out 0;
}

#masthead.sticky #navigation .navbar-nav > li > a {
}

#navigation .navbar-nav ul.sub-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	width:180px;
	position: absolute;
	z-index: 99999;
}

#navigation .navbar-nav li.menu-item-has-children {
	position: relative;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu{
	visibility: hidden; 
	background: #F8F8F8;
	border: 1px solid #E7E7E7;
	border-top: 0;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li{
	line-height: 20px;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a{
	padding: 10px 25px;
	display: block;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
	background: #f2f2f2;
}

#navigation .navbar-nav li.menu-item-has-children:hover ul.sub-menu{
	visibility: visible; 
}


/* One Page Style */

.page-wrapper{
	padding-top: 0px;
	padding-bottom: 0px;
}

#home{
	padding-top: 0px;
	padding-bottom: 0px;

}

#slider{
}
.parallax{
	position: relative;
	z-index: 1;
	display: 
}

.parallax-image{
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url('http://www.aimu-sv.com/vegas/overlays/07.png');
	z-index: 2;
}


.parallax-content{
	position: relative;
	z-index: 4;
	padding: 0;
	padding: 30px;
	min-width:1024px;
	width:60%;
	margin: 0 auto;
	background: rgba(255,255,255,0);
	/*
     -webkit-box-shadow:0px 5px 10px;
     -moz-box-shadow:0px 5px 10px;
     box-shadow:0px 5px 10px;
     */
     border:0px solid #000;
}

.parallax-content h2{
	padding-top: 0px;
	margin-top: 0px;
	}
	
.parallax-content h2.title{
	width:50%;
	min-width:300px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 3vw;
	color: #fff;
	text-shadow: 
	1px 1px 0 #DDD,
   2px 2px 0 #CCC,
   3px 3px 0 #BBB,
   4px 4px 0 #AAA,
   5px 5px 0 #999,
   6px 6px 0 #888,
   7px 7px 0 #777,
   8px 8px 0 #666,
   9px 9px 12px #444;

	}
.parallax-content h2.title:before{
    font-family: 'icomoon';
    content: "\e900";
    color: #cc0000;
    margin-right: 10px;
}
.parallax-content h3.title{
	white-space: nowrap;
	width:100%;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 26px;
	color: #929292;
	padding-left: 0;
	background-size: contain;
	 font-family: 'コーポレート・ロゴ';
	}

.parallax-content h3.title:before{
    font-family: 'icomoon';
    content: "\e900";
    color: #cc0000;
    margin-right: 10px;
}

.sub-content{
margin-bottom: 50px;

}
.sub-content:after{
		clear: both;
}

.profile-box-l {
    background: #fff none repeat scroll 0 0;
    margin: 10px 0;
    padding: 20px;
   width : 100%;
   float: left;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.profile-box-l .photo {
	width: 30%;
	float:left;
	}
	
.profile-box-l .photo img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
	
.profile-box-l .text {
	width: 65%;
	float: left;
	margin-left: 5%;
	}
	
.profile-box-l:after{
	clear: both;
}
.profile-box {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 20px;
   width : -webkit-calc(100% / 2 - 20px) ;
   width : calc(100% / 2 - 10px) ;
   float: right;
}

.profile-box:first-child {
    background: #fff none repeat scroll 0 0;
    margin: 10px 0;
    padding: 20px;
   width : -webkit-calc(100% / 2 - 20px) ;
   width : calc(100% / 2 - 10px) ;
   float: left;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.profile-box:after{
	clear: both;
}
.profile-box .photo {
	width: 100%;

	}
	
.profile-box .photo img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
	
.profile-box .text {
	width: 100%;

	}

h1#description{
    margin-bottom: 5px;
    margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #a7a7a7;
	width:100%;
	text-align: left;
	padding-left: 20px;
}

h1#description span{
    margin-bottom: 5px;
    margin-top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #cc0000;
	text-align: left;

}

.pagetop {
    display: none;
    position: fixed;
    bottom: 150px;
    right: 30px;
}
.pagetop a {
    display: block;
    background: rgba(204, 0, 0, 0.6) none repeat scroll 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
    width:60px;
    height:60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height:15px;
}
 
.pagetop a:hover {
    display: block;
    background: rgba(204, 0, 0, 1) none repeat scroll 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
    width:60px;
    height:60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height:15px;
}

blockquote::before {
    color: #c8c8c8;
    content: "“";
    font-family: serif;
    font-size: 600%;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 0;
}
blockquote::after {
    bottom: -16px;
    color: #c8c8c8;
    content: "”";
    font-family: serif;
    font-size: 600%;
    line-height: 0;
    position: absolute;
    right: 0;
}
blockquote {
    margin-left: -29px;
    margin-right: -29px;
}
blockquote {
    background: rgba(245, 245, 245, 0.8) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    margin: 1em 0;
    padding: 20px 55px;
    position: relative;
}

.col-md-8 {
    width: 65%;
}
.col-md-4 {
    width: 30%;
    float: right;
}

.aisatsu{
	display: none;
}

.mytable{
	width: 100%;
	border: 1px solid #ddd;
    border-radius: 3px;
    border-spacing: 0;
    margin: 0 auto 18px;
    padding: 0;
}

.mytable tr:nth-child(2n) {
    background-color: #eaeaea;
}

.mytable th{
	text-align: right;
	background-color: #bbbbbb;
	color: #ffffff;
width:16.6%;
}


.mytable td{
	text-align: right;
	padding: 5px;
	border-left: 1px solid #ddd;

}

.mytable td:first-child{
	text-align: right;
	padding: 5px;
	border-left: 0px solid #ddd;
}

.r_table{
	width: 100%;
	border: 1px solid #ddd;
    border-radius: 3px;
    border-spacing: 0;
    margin: 0 auto 18px;
    padding: 0;
}

.r_table tr:nth-child(2n) {
    background-color: #eaeaea;
}

.r_table th{
	text-align: right;
	background-color: #bbbbbb;
	color: #ffffff;
width:16.6%;
}


.r_table td{
	text-align: right;
	padding: 5px;
	border-left: 1px solid #ddd;

}

.r_table td:first-child{
	text-align: right;
	padding: 5px;
	border-left: 0px solid #ddd;
}


@media (max-width: 1024px) {
.parallax-content {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 95%;
    min-width: 240px;
    z-index: 4;
}

.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url('http://www.aimu-sv.com/vegas/overlays/02.png');
	z-index: 2;
}
section {
	background-size:auto 100%;
}

#carousel-main .carousel-caption {
    bottom: 0;
    left: auto;
    right: auto;
    text-align: left;
    width: 100%;
    z-index: 5;
    padding-bottom: 0px;
}

#carousel-main .carousel-caption .lead {
    margin-bottom: 10px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:20px;
}

#sidebar{
	margin: 20px auto 80px;
}

.single-post .entry-title {
    margin-top: 0;
}

.navbar-toggle {
	display: none;
    background-color: #cc0000;
    border: 1px solid #ffffff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.nav > li {
    display: block;
    position: relative;
}
#navigation .navbar-nav {
    float: none;
}

.col-md-8 {
    width: 100%;
}
.col-md-4 {
    width: 100%;
    float: none;
}

#page-main{
	margin: 0px;
}

blockquote {
    background: rgba(245, 245, 245, 0.8) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    margin: 1em 0;
    padding: 10px 10px;
    position: relative;
}
}
@media (max-width: 767px) {
*{
	font-size: 14px;
}

h1#description{
    margin-bottom: 0px;
    margin-top: 5px;
	font-size: 9px;
	color: #a7a7a7;
	width:100%;
	text-align: center;
}
h1#description span{
    margin-bottom: 0px;
    margin-top: 5px;
	font-size: 9px;
	color: #cc0000;
	width:100%;
	text-align: center;
}

.parallax-content h3.title {
	font-size: 7vw;
	margin-top: 10px;
}
#main{
	margin: 0px auto;
margin-bottom: 50px;
}

.parallax-content {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 95%;
    min-width: 240px;
    z-index: 4;
}

.parallax-image{
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto 100%;
}

.profile-box-l {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #cc0000;
    border-radius: 10px;
    float: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    width: 100%;
}
.profile-box-l:first-child {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #cc0000;
    border-radius: 10px;
    float: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    width: 100%;
}
.profile-box-l .photo, .profile-box-l .text{
	width: 100%;
	float: none;
	display: block;
	margin: 0;
}

.text:after{
	content: '';
	clear: both;
}

.profile-box {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #cc0000;
    border-radius: 10px;
    float: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    width: 100%;
}

.profile-box:first-child {
    background: #fff none repeat scroll 0 0;
    border: 6px solid #cc0000;
    border-radius: 10px;
    float: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    width: 100%;
}

#footer{
	height:50px;
	text-align: center;

}
#footer .alignleft{
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}


#footer .alignright{
	display: none;
}

#footer #footer_logo{
	width:auto;
height:36px;
}
.footer-menu{
	display: none;
}


.wpcf7-form input, .wpcf7-form textarea{
	width: 100%;
}

.slider{
	min-height: 180px;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
}
.pagetop a {
    display: block;
    background: rgba(204, 0, 0, 0.6) none repeat scroll 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
    width:60px;
    height:60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height:15px;
}
 
.pagetop a:hover {
    display: block;
    background: rgba(204, 0, 0, 1) none repeat scroll 0 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px;
    width:60px;
    height:60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height:15px;
}
.r_table{
	width: 100%;
	border: 1px solid #ddd;
    border-radius: 3px;
    border-spacing: 0;
    margin: 0 auto 18px;
    padding: 0;
    background-color: #eaeaea;
}

.r_table td:nth-child(2n) {
    background-color: #ffffff;
}

.r_table th{
	text-align: right;
	background-color: #bbbbbb;
	color: #ffffff;
width:16.6%;
}
.r_table tr{
display: block;
}

.r_table td{
	text-align: left;
	padding: 5px;
	border-left: 1px solid #ddd;
display: block;
}

.r_table td:first-child{
	text-align: left;
	padding: 5px;
	border-left: 0px solid #ddd;
}

.parallax-content h2.title {
    color: #fff;
    font-size: 32px;
    margin-top: 0;
    min-width: 300px;
    padding-top: 0;
	text-shadow: 
	1px 1px 0 #DDD,
   2px 2px 0 #CCC,
   3px 3px 0 #BBB,
   4px 4px 0 #AAA,
   5px 5px 0 #999,
   6px 6px 0 #888,
   7px 7px 0 #777,
   8px 8px 0 #666,
   9px 9px 12px #444;

    width: 100%;
}

}

@media (max-width: 240px) {
.aisatsu{
	display: block;
}	
	}
	
