@charset "utf-8";
/*
Theme Name: theme_naca_download
Description: theme_naca_download
Version: 1.0
Tags: simple

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* { padding: 0;	margin: 0;}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 1.0em;	font-weight: normal;}
table {	border-collapse: collapse;}
img {border: none; vertical-align : bottom; max-width : 100%; max-height: 100%;}
ol, ul, li { list-style-type: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 1em/1.8 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: 100%;
}

@-o-viewport {
width : 320px;
zoom:1.0;}


/* link
----------------------------------------------- */

a { color: #5F8FBF; text-decoration: underline; }

a:hover { color: #95b3cd; text-decoration: none; }

.link01 {
background: url(images/common/icon_arrow01.png) no-repeat left 6px;
padding-left: 12px;
-webkit-transition: 0.2s ease-in-out;  
-moz-transition: 0.2s ease-in-out;  
-o-transition: 0.2s ease-in-out;  
transition: 0.2s ease-in-out;
}
a.link02 {
background: url(images/common/icon_arrow02.png) no-repeat left 8px;
padding-left: 12px;
}

/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }


/* フォーム
------------------------------------------------------------*/

/* form-style
----------------------------------------------- */
input,select {
margin-right: 3px;
font-size: 1em;
padding: 1px;
}

input[type="text"],input[type="email"],input[type="tel"] {
border: 1px solid #ccc;
padding: 2px;
background: url(images/common/form_shadow.png) repeat-x left top;
}
textarea {
border: 1px solid #ccc;
background: url(images/common/form_shadow.png) repeat-x left top;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

form table th span {font-size: 12px;}
form table th span.required {font-size: 10px; color: #d00; margin-left: 5px;}

form table label {margin-right: 1em; cursor: pointer;}

form table .block span {display: block; line-height: 1.7;}

form .inline p{display: inline;}

.post form table p {margin-bottom: 10px}


/* タイポグラフィ
*****************************************************/
h2.title,.post h2{
clear: both;
margin:0 0 20px;
padding:10px 10px 10px 10px;
font-size:20px;
line-height: 30px;
border-bottom:3px solid #0351a4;
font-weight: nomal;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{margin-bottom:1.5em;}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h2{
margin:30px 0;
}

.post h3{
clear: both;
margin:30px 0 20px;
padding:12px 5px 12px 15px;
font-size:18px;
line-height: 1.5;
border-left: 6px solid #0351a4;
font-weight: nomal;
background:#f6f6f6;
}

.post h4{
clear: both;
margin:30px 0 20px;
font-size:16px;
font-weight: bold;
border-left: 6px solid #0351a4;
padding:5px 5px 5px 12px;
}

.post h2.imgtitle,.post h3.imgtitle,.post h4.imgtitle{
margin:30px 0 25px;
padding:0;
background:none;
border: none;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 25px;
border-left:5px solid #ccc;
}

.post blockquote p{padding:5px 0;}

.post .caption {
display: inline-block;
margin: 5px 0;
border-bottom: 1px solid #ccc;
}

/* image-style
----------------------------------------------------------- */

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

img.alignright,img.alignleft {
float: none;
margin: 0 auto 20px;
display: block;
}
img.center {
display: block; 
margin: 15px auto;
}

img.border {
border: 1px solid #ddd;
padding: 4px;
}
img.frame {
border: 5px solid #fff;
box-shadow: 0px 1px 4px #999;
-moz-box-shadow: 0px 1px 4px #999;
-webkit-box-shadow: 0px 1px 4px #999;
}


/* box-style
----------------------------------------------- */
.box01 {
margin: 0 0px 20px;
padding: 1px ;
border: 1px solid #ccc;
}
.box01In{
padding: 15px 15px 5px;
background: #fff;
border: 1px solid #eee;
}
.box01 .p50{
padding: 50px 50px 45px;
}
.box02 {
background: #fff;
padding: 15px 15px 5px;
margin-bottom: 20px;
box-shadow: 0px 1px 3px #cccccc;
-moz-box-shadow: 0px 1px 3px #cccccc;
-webkit-box-shadow: 0px 1px 3px #cccccc;
}
.box03 {
margin: 0 0px 20px;
padding: 15px 15px 5px ;
border: 3px solid #dadada;
}

.boxnote {
background: url(images/common/notebg.png) repeat 0 0;
padding: 20px 25px 5px;
margin-bottom: 20px;
box-shadow: 0px 1px 3px #cccccc;
-moz-box-shadow: 0px 1px 3px #cccccc;
-webkit-box-shadow: 0px 1px 3px #cccccc;
}

/* title-box-style
----------------------------------------------- */
.t-box01{
clear: both;
margin: 30px 0px ;
}
.t-box01 .title{
margin:0;
padding:15px 5px 12px 15px;
font-size:1.2em;
font-weight:bold;
background: #f8f8f8;
border: 3px solid #ccc;
border-bottom: none;
border-radius: 12px 12px 0 0;
}
.t-box01 .t-box01In{
padding: 5%;
border: 3px solid #ccc;
border-radius: 0px 0px 12px 12px;
}

/* color-box-style
----------------------------------------------- */
.box-red {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #fff5f9;
border: 1px solid #f2a99d;
border-radius: 6px;
color: #bf0008;
}
.box-yellow {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #ffffe0;
border: 1px solid #e0d0a1;
border-radius: 6px;
color: #726055;
}
.box-blue {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #e5f4fc;
border: 1px solid #99c7de;
border-radius: 6px;
color: #023894;
}
.box-green {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #ecfbeb;
border: 1px solid #82c682;
border-radius: 6px;
color: #007c36;
}
.box-gray {
margin: 0 0px 30px;
padding: 20px 20px 0 ;
background: #f8f8f8;
border: 1px solid #ccc;
color: #333;
}
.box-red h4,.box-yellow h4,.box-blue h4,.box-green h4,.box-gray h4{
border: none;
padding: 0;
margin: 0 0 10px 0;
}

/* list-style
----------------------------------------------- */
.post .list01 {
margin: 20px 0 20px 10px;
}
.post .list01 li {
margin-bottom: 5px;
padding: 3px 0 8px 28px;
background: url(images/common/icon_check.png) no-repeat left 4px;
}
.post .list02 {
margin: 20px 0 20px 10px;
}
.post .list02 li {
margin-bottom: 10px;
padding-left: 15px;
background: url(images/common/icon_circle01.png) no-repeat left 8px;
}
.post .link-list {
margin: 15px 0 15px 5px;
}
.post .link-list li {
margin-bottom: 0.6em;
}
.post .link-list li a {
background: url(images/common/icon_arrow01.png) no-repeat left 6px;
padding-left: 12px;
cursor: pointer;
-webkit-transition: 0.2s ease-in-out;  
-moz-transition: 0.2s ease-in-out;  
-o-transition: 0.2s ease-in-out;  
transition: 0.2s ease-in-out;
}
.post .bnr-list {
margin: 20px 0 20px 0;
}
.post .bnr-list li {
margin-bottom: 1em;
}


/* dl-style
----------------------------------------------- */
.post .dl01 {
margin: 30px 0;
}
.post .dl01 dt {
margin:40px 0 10px;
padding: 0 0 5px 18px;
font-size:106%;
font-weight: bold;
background: url(images/common/icon_square01.png) no-repeat 0 7px;
border-bottom: 1px dotted #bababa;
}
.post .dl01 dd {
margin: 0 0 30px;
}

.post .faq {
margin: 30px 0;
}
.post .faq dt {
background: url("images/common/icon_faq_q.png") no-repeat scroll 5px 12px #f2f2f2;
background-size: 30px;
border-top: 1px dotted #CCCCCC;
border-bottom: 1px dotted #CCCCCC;
font-size: 1.1em;
font-weight: bold;
margin-bottom: 10px;
padding: 15px 5px 12px 42px;
line-height: 1.5;
}
.post .faq dd {
background: url("images/common/icon_faq_a.png") no-repeat scroll 5px top transparent;
background-size: 30px;
margin-bottom: 20px;
padding: 2px 0 20px 42px;
}
.post .faq p{
margin: 0 0 1em !important;
}

/* table-style
----------------------------------------------- */
.post table.table01 {
width: 100%;
margin: 0 0 30px;
border-collapse: separate;
}
.post table.table01 tr.bdnone th,.post table.table01 tr.bdnone td{
border: none;
}
.post table.table01 th, .post table.table01 td {
display: block;
font-weight: normal;
padding: 12px 12px 10px;
text-align: left;
vertical-align: top;
}
.post table.table01 th {
background:#f6f6f6;
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}
.post table.table01 td {
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}

.post table.table01.center th,
.post table.table01.center td {
text-align: center;
vertical-align: middle;
}
.post table.table01.w20 th {
width: 20%;
}
.post table.table01.w20 td {
width: 80%;
}
.post table.table01.submit td {padding: 30px;}
.post table.table01.submit input,.post table.table01.submit button {font-size: 100%; cursor: pointer;}

.post table.table02 {
width: 100%;
margin: 0 0 30px;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
}
.post table.table02 th, .post table.table02 td {
font-weight: normal;
padding: 14px 4% 14px 4%;
text-align: left;
vertical-align: middle;
display: block;
width: 92%;
}
.post table.table02 th {
background:#f6f6f6;
border-right: 1px solid #aaa;
}
.post table.table02 td {
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
text-align: center;
padding: 28px 4% 28px 4%;
}
.post table.table02 td img {
max-height: 50px;
}

.post table.table03 {
width: 100%;
margin: 0 0 30px;
border-top: 1px solid #aaa;
border-left: 1px solid #aaa;
}
.post table.table03 th, .post table.table03 td {
font-weight: normal;
padding: 14px 4% 14px 4%;
text-align: left;
vertical-align: middle;
display: block;
width: 92%;
}
.post table.table03 th {
background:#f6f6f6;
border-right: 1px solid #aaa;
}
.post table.table03 td {
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
text-align: center;
padding: 28px 4% 28px 4%;
}
.post table.table03 td img {
max-height: 50px;
}



/* text-style
----------------------------------------------- */
.txt-right {
text-align: right !important;
}
.txt-left {
text-align: left !important;
}
.center {
text-align: center !important;
}
.color-red {
color: #dd0000;
}
.font_s {
font-size: smaller;
}
.font12 {
font-size: 12px;
}
.font10 {
font-size: 10px;
}

.font-en {
font-family:"Times New Roman", serif;
font-size: large;
}

.lineheight2{
line-height: 2.0;
}

.inlineb{display: inline-block;}


/* Emphasis
----------------------------------------------------------- */
.em1 {
color: #dd0000;
}
.em2 {
font-size: large;
color: #dd0000;
}
.em3 {
font-weight: bold;
}
.em4 {
font-weight: bold;
font-size: large;
}
.em5 {
font-weight: bold;
text-decoration: underline;
}
.em6{
background: #FFF8CE;
font-weight: bold;
padding-left: 3px;
}
.em7{
font-weight: bold;
background: url(images/common/liner.png) repeat-x 0 80%;
padding-left: 3px;
}

.em1 a{
color: #dd0000;
}
.em2 a{
color: #dd0000;
}

/* btn-style
----------------------------------------------- */
.post .submit {
text-align: center !important;
margin: 30px 0;
}

.txt-btn {
color: #fff;
font-size: 1.6em;
line-height: 1.3;
font-weight: bold;
padding: 1.2em 2%;
display: inline-block;
text-decoration: none;
text-shadow: 0 1px 1px #666;
text-align: center;
display: inline-block;
-moz-box-shadow: 0px 2px 2px #aaa;
-webkit-box-shadow: 0px 2px 2px #aaa;
box-shadow: 0px 2px 2px #aaa;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
width: 96%;
background-color: #f0ac0b;
}
.txt-btn.red {
background: #cc0000;
box-shadow: 0px 5px 0 #950000;
}
.txt-btn.green {
background: #2ba62b;
box-shadow: 0px 5px 0 #1f791f;
}
.txt-btn:hover {
color: #fff;
opacity: 0.7;
cursor: pointer;
box-shadow: none;
margin-top: 5px;
margin-bottom: -5px;
}



/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.ML0 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.MRL-20 { margin-left: -20px !important;margin-right: -20px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }

hr {
background: url(images/common/break.png) no-repeat center top;
padding-bottom: 30px;
margin: 50px 0 20px;
border: none;
}

.submit-btn {
text-align: center;
margin: 30px 0;
}
.post .bnr {text-align: center; margin: 30px 0;}

.layout2{
margin: 0 0 20px;
overflow: hidden;
}
.layout2 .itemleft {
float: left;
width: 50%;
}
.layout2 .itemright {
float: right;
width: 50%;
}
.layout73{
margin: 0 0 20px;
overflow: hidden;
}
.layout73 .itemleft {
float: left;
width: 69%;
}
.layout73 .itemright {
float: right;
width: 30%;
}
.layout46{
margin: 0 0 20px;
overflow: hidden;
}
.layout46 .itemleft {
float: left;
width: 40%;
}
.layout46 .itemright {
float: right;
width: 60%;
}

.pc {display: none;}

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

.iframebox { text-align: center; }
.iframebox iframe { max-width: 100%; }


/* ～768px メディアクエリ開始 */
@media screen and (max-width : 767px) {
.sp_none{ display: none;}
}
/* 768px～ メディアクエリ開始 */
@media screen and (min-width : 768px) {
.pc_none{ display: none;}

/* image-align shadow
----------------------------------------------------------- */
img.alignleft {
float: left;
margin: 0 15px 10px 0;
}
img.alignright {
float: right;
margin: 0 0 10px 15px;
}
img.aligncenter,img.center{
margin: 12px auto;
}
img.shadow {
max-width: 100%;
}

/* table-style
----------------------------------------------- */
.post table.table01 th, .post table.table01 td {
display: table-cell;
}
.post table.table02 {
}
.post table.table02 th, .post table.table02 td {
display: table-cell;
padding: 24px 14px 24px 14px;
}
.post table.table02 th {
border-bottom: 1px solid #aaa;
border-right: none;
width: 75%;
}
.post table.table02 td {
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
text-align: center;
}
.post table.table02 td img {
max-height: 40px;
}
.post table.table03 {
}
.post table.table03 th, .post table.table03 td {
display: table-cell;
padding: 24px 14px 24px 14px;
width: auto;
}
.post table.table03 th {
border-bottom: 1px solid #aaa;
border-right: none;
width: 60%;
}
.post table.table03 td {
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
text-align: center;
}
.post table.table03 td img {
max-height: 40px;
}
}
/* 1024px～ メディアクエリ開始 */
@media screen and (min-width : 1024px) {
/* box-style
----------------------------------------------- */
.box01 {
margin: 0 0px 20px;
padding: 1px ;
border: 1px solid #dadada;
}
.box01In{
padding: 20px 20px 5px;
background: #fff;
border: 1px solid #eee;
}
.box01 .p50{
padding: 50px 50px 45px;
}
.box02 {
background: #fff;
padding: 20px 25px 5px;
margin-bottom: 20px;
box-shadow: 0px 1px 3px #cccccc;
-moz-box-shadow: 0px 1px 3px #cccccc;
-webkit-box-shadow: 0px 1px 3px #cccccc;
}
.box03 {
margin: 0 0px 20px;
padding: 20px 20px 5px;
border: 3px solid #dadada;
}
/* title-box-style
----------------------------------------------- */
.t-box01 .title{
margin:0;
padding:20px 5px 16px 20px;
}
.t-box01 .t-box01In{
padding: 20px 25px 5px;
}
.youtube-wrap {
text-align: center;
margin-bottom: 15px;
}
.youtube-wrap iframe {
}
}