/*
Theme Name: video-child
Template: video
*/


body { 
    background: #f8f8f8;
}

/* ヘッダー */

#header {
    height: 95px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
		margin: 0 0 35px 0;
	border-bottom:none;
}
#header_inner {
    width: 960px;
}

.pc .two_column #main_col {
	padding-top: 0px; 
}

#wrapper {
    padding: 10px;
    width: auto;
    margin: 0px;
    background: #ede8e2;
    border: none;
    border-radius: 5px;
}
#bread_crumb {
    width: 939px !important;
    padding: 0;
    margin: 0 auto;

}


#main_contents {
   width: 100%;
	min-height:60vh;
	position: relative;
	padding-bottom: 120px;
   box-sizing: border-box;
}

/* グローバルメニュー */
.pc #global_menu > ul > li a {
    font-size: 12px;
    font-weight: normal;
}

.pc #global_menu > ul > li {
    margin: 0 0 0 20px;
}

.pc #global_menu > ul > li {
    float: left;
    font-size: 1%;
    position: relative;
    margin: 0 0 0 20px;
    background: #fff;
    width: 128px;
}

/* メインコンテンツエリア */
.pc .two_column #main_col {
    width: 640px;
    margin: 0 auto;
}
.pc .two_column #previous_next_post {
    background: url(img/common/dot1.gif) repeat-y 340px 0;
}
.pc .two_column #index_post_list_tab.num1 li a {
    width: 600px;
}
.pc .two_column .post_list li.type2 .info {
}

.pc .two_column .post_list li.type1 .image {
    width: 100%;
}

#footer_bottom_inner {
    width: 960px;
}

/* インターフェイスのスタイル */
.frontend-user-admin-login .input {
    width:331px!important;
}

.frontend-user-admin-login .submit {
    padding: 5px 20px!important;
    width: auto;
    text-align: center;
    background: #cf2e22!important;
    color: #fff!important;
    border: none!important;
    font-size: 17px!important;
    border-radius: 3px!important;
	width:290px;
}
.frontend-user-admin-login p {
    line-height: 2;
    margin: 0 0 2em 0;
    text-align: center;
}

.forgetmenot {
    text-align: center !important;
}

.post_content ul{
   list-style: none; 
   margin-left: 0em;
	text-align: center;
   margin-top: 20px;
}

.video-item {
    background: #fff;
    border: 1px solid #ddd;
}
.video-item li {
    border-top: 1px solid #f4f4f4;
    padding: 25px 30px;
    font-size: 0.94em;
    color: #868686;
    text-decoration: underline;
}


.video-item li:after{
    font-family: 'FontAwesome';
    content: "\f054";
    right: 10px;
    float: right;
}

.video-item li:before{
    font-family: 'FontAwesome';
    content: "\f01d";
    left: 0px;
    float: left;
    font-size: 1.7em;
    margin-right: 23px;
    color: #dedede;
    margin-top: -3px;
}

.video-item li:hover {
    background: #f4f4f4;
}



.video-item li a {
    color: #7e7e7e;
    
}

#page_title {
    width: 90%;
    background: none;
    color: #222;
    padding: 25px 20px 35px;
    margin: 0 auto;
    position: relative;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
}

#page_title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: none;
    border-radius: 2px;
}

.pc #previous_next_post p#next_post {
    float: right;
    text-align: right;
}

#footer {
    background: #484848;
    text-align: center;
}

#footer_inner {
    width: 960px;
    margin: 0 auto;
    padding: 22px 0 12px;
}

#footer_menu.no_footer_banner li {
    margin: 0 0px 0px 0;
    width: 149px;
    border-right: 1px solid #ccc;
    text-align: center;
}

#footer_menu.no_footer_banner li:last-child {
    border-right: none;
}


#copyright {
    float: none;
    margin: 0;
    font-size: 11px;
    padding: 15px 0px;
}

#copyright a {
    color:#828282;
}

#footer_bottom {
    background: #484848;
    text-align: center;
    height: auto;
    width: 100%;
    min-width: 960px;
    width: 100%;
    background-color: #ffffff;
    color: #9a9a9a;
    text-align: center;
    padding: 30px 0;
}

#footer_bottom_inner {
    height: auto;
}

.mypage_headline { 
    background: none;
    color: #222;
    font-size: 16px;
    padding: 15px 0px;
    margin: 0 0 25px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

#introduction{
       text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 35px;
    background: #F39C12;
}
#introduction h1{
        font-size: 1.5em;
    margin-bottom: px;
    color: #fff;
}
}

#introduction p{
    line-height: 160%;
    font-size: 0.8em;
}

#introduction .inner{
    width:960px;
    margin: 0 auto;
}

#article {
    background: none;
    border: none;
    padding: 0px;
    border-radius: 4px;
}

.post_content .style3b {
    margin: 0em 0 1.5em;
    padding: 0.8em .9em 0.8em;
    font-size: 26px;
    border-top: 4px solid #3987ec;
    border-bottom: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 1px 2px #f7f7f7;
}

.post_content .style4a {
    margin: 0em 2px 1.2em;
    padding: .3em 0 .3em .8em;
    font-size: 18px;
    border-bottom: none;
    border-left: 9px solid #3987EC;
}

.post_content th {
    background: #f8f8f8!important;
    font-weight: normal;
}

.well2 {
    margin: 1em 0 30px;
    padding: 1em 1.5em;
    line-height: 2;
    border: 1px solid #dddddd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195,195,195,0.3);
}

.mypage_headline {
    background: none;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 0px;
    margin: 0px 0 0px 0;
    position: relative;
    border-bottom: none;
    text-align: center;
    background: #ec6841;
}

#post_meta_bottom {
    margin: 0;
    background: none;
    padding: 0;
}

#post_meta_top {
    background: #ec6841;
    padding: 2px 13px;
    margin: 0 0 0px 0;
    position: relative;
    width: 13%;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

#post_meta_top:before {
    display:none;
}

.category_list{
    font-size: 20px;
    text-align: left;
    padding: 30px;
    font-weight: bold;
    color: #656565;
}

.expire {     
    text-align: center;
    font-size: 14px;
    margin: 10px 0; 
}

.frontend-user-admin-login .input {
    font-size: 16px ;
}

#copyright {
    font-size: 10px;
}

.post_content .style4b {
    margin: 0em 0 1.2em;
    padding: .9em 0 .8em;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px dotted #aaa;
}

.post_content p {
    line-height: 1.6;
    margin: 0 0 1em 0;
}

.q_button {
    min-width: 207px;
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;
    padding: 1.0em 3.3em 1.0em;
    font-weight: bold;
    font-size: 150%;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    border-radius: 5px;
}

.s_tx {
    font-size: 0.85em;
    color: #c5002e;
}

#gallery-1 img {
    border: 2px solid #ffffff!important;
    border-radius: 10px;
        max-width: 99%!important;
}

.required {
    background: #f00;
    color: #fff!important;
    padding: 1px 6px;
    border-radius: 4px;
}

.pc #global_menu ul ul { display:none; width:200px; position:absolute; right:0px; margin:0; padding:0; }
form#registerform {
    width: 830px;
    margin: 0 auto;
}
p.submit:hover {
    opacity: 90%;
}

#logo img {
    width: 395px;
}

ol.post_list.clearfix {
    width: 80%;
    margin: 0 auto;
}

form#lostpasswordform {
	text-align:center;
}


#footer {
    background: #ffffff;
    text-align: center;
}
#footer_menu li a {
    color: #000;
    display: block;
}