/*
Theme Name: Oita International Information Plaza
Description:Oita International Information Plaza theme
Theme URI: http://www2.oitaplaza.jp/japanese/index.php
Author: Disital Sutudio Heart
Author URI: yamasaki
Version: 1.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl.html
*/

@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------------------------------------------------------------
ここからリセットCSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
  	/*font-weight: normal;*/
	font-size: 103%;
	/*vertical-align: baseline;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/

/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/

/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/

/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/

/*---------------------------------------------------------------------------------------------------------
ここまでリセットCSS
*/


body{
	font-family: Verdana, Arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.tume1px{
letter-spacing:-1px;
}

.clear{
clear:both;
}

.wrapper{
background:url(img/bg_main.jpg);
}

.wrapper_main_content{
width:1000px;
margin:0 auto;
}

.wrapper_main_content{
background:url(img/bg_cover.jpg) repeat-y;
}

header{
background:url(img/header_main_bg.jpg) repeat-x;
height:166px;
position:relative;
}

.header{
width:1000px;
height:119px;
margin:0 auto;
background:url(img/header_main.png) no-repeat right;
}

footer{
background:url(img/bg_menu.jpg) repeat-x;
height:47px;
position:relative;
font-size:10px;
text-align:center;
color:#999;
line-height:47px;
}

.main_menu{
background:url(img/bg_menu.jpg) repeat-x;
width:100%;
height:47px;
overflow:hidden;
position:absolute;
bottom:0;
}

.main_menu nav ul{
width:1000px;
margin:0 auto;
}

.main_menu nav ul li{
display:block;
width:166px;
height:47px;
float:left;
}

.main_menu nav ul li:last-child{
border-right:solid 1px #fff;
}

.main_menu nav ul li a{
display:block;
width:166px;
height:47px;
padding-top:13px;
color:#fff;
font-size:16px;
font-family:メイリオ;
text-align:center;
border-left:solid 1px #fff;
}

.main_menu nav ul li a:link{
text-decoration:none;
}

.main_menu nav ul li a:hover{
text-decoration:underline;
}

h2.menutitle{
width:167px;
height:22px;
background:#FFCC33;
font-size:14px;
font-weight:bold;
padding:8px 0 0 10px;
margin-left:2px;
}

h2.widgettitle{
width:167px;
height:22px;
background:#FFCC33;
font-size:14px;
font-weight:bold;
padding:8px 0 0 10px;
margin-left:2px;
}

h2.menutitle02{
width:167px;
height:22px;
color:#fff;
background:#999;
font-size:14px;
font-weight:bold;
padding:8px 0 0 10px;
margin-left:2px;
}

.menutitle img,.menutitle02 img{
vertical-align:bottom;
margin-right:5px;
}

/*---------------------------------------------------------------------------------------------------------
左側メニュー
*/

.submenu_l{
width:182px;
float:left;
}

.submenu_l nav ul li{
background:url(img/btn_bg.jpg) no-repeat;
display:block;
width:177px;
height:32px;
margin:2px 0 2px 4px;
}

.submenu_l nav ul li a{
font-size:13px;
font-family:メイリオ;
display:block;
width:177px;
height:32px;
padding:5px 0 0 22px;
}

.banner li{
background:none !important;
display:block;
width:175px;
height:auto !important;
}

.banner li a{
font-size:13px;
font-family:メイリオ;
display:block;
width:175px;
height:auto !important;
padding:3px 0 0 13px !important;
}

/*---------------------------------------------------------------------------------------------------------
右側メニュー
*/

.submenu_r{
width:182px;
float:right;
}

.submenu_r nav ul li{
background:url(img/btn_bg.jpg) no-repeat;
display:block;
width:177px;
height:32px;
margin:2px 0 2px 2px;
}

.submenu_r nav ul li a{
font-size:13px;
font-family:メイリオ;
display:block;
width:177px;
height:32px;
padding:5px 0 0 22px;
}

address{
font-size:13px;
line-height:140%;
padding-left:10px;
margin:10px 0 10px 0;
}

.sns{
padding-left:10px;
margin:0 0 5px 0;
}

/*---------------------------------------------------------------------------------------------------------
中央コンテンツ
*/

.main_box{
/*width:623px;*/
width:800px;
padding:0 6px 0 6px;
background:#fff;
float:left;
font-size:12px;
line-height:180%;
}

h2.subcat:before{
	content:url(img/icon_flag.png);
	float:left;
	padding-right:5px;
}

h2.subcat{
	width:788px;
	height:24px;
	color:#fff;
	background:#009999;
	font-size:18px;
	letter-spacing:2px;
	font-weight:bold;
	padding:12px 0 6px 10px;
	margin-bottom: 8px;
}

blockquote{
	padding:10px; !important;
}

h3.subcat{
	width:790px;
	height:22px;
	color:#fff;
	background:#448CD5;
	font-size:16px;
	letter-spacing:2px;
	padding:6px 0 6px 8px;
}
h3.subcat:before{
	content:url(http://freccia.info/wp-content/themes/toolbox/imgs/icon_flag_small.png);
	float:left;
	padding-right:10px;
}

h4.subcat{
	border-left:#ffcc33 solid 5px;
	border:#68bad9 solid 1px;
	width:790px;
	font-size:14px;
	background:#eaf4ff;
	padding:5px;
}

.pdfdownload{
	width:300px;
	height:auto;
	display:block;
	border:#dddddd 1px solid;
	padding:5px;
	font-size:14px;
	line-height:180%;
	background: -moz-linear-gradient(bottom, #f5f5f5, #fff);
background: -webkit-gradient(linear, center bottom, center top, from(#f5f5f5), to(#fff)); 
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f5f5f5');
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.pdfdownload:before{
	content:url(http://freccia.info/wp-content/themes/toolbox/imgs/btn_pdf.png);
	float:left;
	padding-right:10px;
}

a:hover .pdfdownload{
	border:#c4c4c4 1px solid;
	background: -moz-linear-gradient(bottom, #FFF0F4, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#FFF0F4), to(#fff)); 
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#FFF0F4');
}
h2.menutitle_news{
/*width:614px;*/
width:796px;
height:24px;
color:#fff;
background:#099;
font-size:16px;
font-weight:bold;
padding:8px 0 0 10px;
margin:0 0 10px 0;
}

.menutitle_event{
/*width:616px;*/
width:796px;
height:24px;
color:#fff;
background:#68BAD9;
font-size:16px;
font-weight:bold;
padding:8px 0 0 10px;
}

.menutitle_fb{
/*width:616px;*/
width:490px;
height:24px;
color:#fff;
background:#3B579D;
font-size:14px;
font-weight:bold;
padding:8px 0 0 10px;
}

.menutitle_tw{
/*width:616px;*/
width:280px;
height:24px;
color:#fff;
background:#00ACEE;
font-size:14px;
font-weight:bold;
padding:8px 0 0 10px;
}

.menutitle_bbs{
/*width:616px;*/
width:796px;
height:24px;
color:#fff;
background:#066;
font-size:16px;
font-weight:bold;
padding:8px 0 0 10px;
}

.linktextevent {
	font-size: 14px;
    margin-left: 570px;
}

.linktextfb {
	font-size: 14px;
    margin-left: 605px;
}

.linktextBBS {
    font-size: 14px;
    margin-left: 515px;
}

a.ltb:link {
color:#ffffff
}

a.ltb:visited {
color:#ffffff
}

h2.menutitle_news img,.menutitle_event img,.menutitle_fb img,.menutitle_bbs img{
vertical-align:text-bottom;
margin-right:5px;
}

.main_box .news section{
border:solid 1px #e5f5f5;
padding:10px;
}

.main_box .news h3{
width:100%;
height:18px;
background:#e5f5f5;
text-align:right;
margin-top:5px;
}

.news div{
padding-top:5px;
line-height:180%;
}

.bgchange{
background:#e5f5f5;
}

#newslist{
margin-top:8px;
}

#newslist li{
padding-left:10px;
height:22px;
}

#newslist li a{
padding-left:10px;
}

#eventlist li{
padding-top:10px;
border-bottom:dotted 1px #000;
}

.date{
display:block;
width:100px;
height:70px;
padding-left:10px;
float:left;
}

.event,.fb,.tw{
margin-top:20px;
}

.fb {
float: left;
width: 500px;
}

.tw {
float: right;
width: 290px;
}
.month,.day{
font-size:30px;
}

.vai{
color:#f30;
float:left;
padding-top:10px;
margin-right:5px;
font-size:13px;
}

.vai a:link{
color:#f30;
text-decoration:none;
}

.vai a:hover{
color:#f30;
text-decoration:underline;
}

.vai a:visited{
color:#f30;
}

.logo{
display:block;
width:313px;
height:36px;
padding-top:20px;
}

.searchbox{
display:block;
background-color:transparent;
width:180px;
height:24px;
padding:2px;
line-height:30px;
border:solid 1px #ddd;
border-radius:15px;
float:left;
}

.search_btn{
display:block;
width:56px;
height:24px;
overflow:hidden;
text-indent:-9999px;
background:url(img/btn_search.png) no-repeat;
cursor:pointer;
border:0;
position:relative;
top:3px;
left:-60px;
}

input:focus {
outline:none;
}

.main_box .post h2,.main_box #post h2{
font-weight !important;
font-size:100% !important;
line-height:140%;
background:#ffcc33;
width:786px;
text-decoration:none !important;
padding:10px;
}

.post-meta{
	background:#ececec;
	margin-top:5px;
	text-indent:10px;
	width:806px;
}

.main_box .post h2:before{
	content:url(http://freccia.info/wp-content/themes/toolbox/imgs/icon_speaker.png);
	float:left;
	padding-right:10px;
	width:20px;
	height:20px;
}

.ai1ec-container{margin-top:5px;}
.content-bootstrap-area p,.titletxt {font-size: 105%; font-family: メイリオ; line-height:170%;}
.setsumei{font-size: 130%; font-family: メイリオ; line-height:170%;}
.post-meta{text-align:right;}
.post{font-size:103%;}
.wp_social_bookmarking_light{ display:none; overflow:hidden; }

/* = table
-------------------------------------------------------------- */
td{
}
tr:nth-child(odd) {
    background:#ededed;
}
tr:nth-child(even) {
    background:#f7f7f7;
}
table {
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    margin-bottom:20px;
    width:798px;
}
 
table th {
    width: 150px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    line-height: 120%;
    font-weight:bold;
    color: #333;
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	
}

/* = list
--------------------------------------------------------------------- */
ul#list2{
}
ul#list2 li{
	float:left;
	border:#CCC 1px solid;
	padding:5px;
}
ul#list2 li:nth-child(odd) {
	width:150px;
	font-weight:bold;
	background:#ededed;
}
ul#list2 li:nth-child(even) {
	width:70%;
}

/*Mail Form*/
#formmail { width: 100%; }

#formmail dt {
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #9999ff;
  background-color: #ccccff;
}

#formmail dt span {
  font-weight: normal; /* (必須) */
  color: #ff0000;
  padding: 0 1em;
}

#formmail dd {
  margin: 0 0 1.5em;
  padding: 0;
}

.wpcf7-text,
.wpcf7-textarea {
background: url('images/bg-stripe.png');
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-ms-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-o-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
 
.wpcf7-text:focus,
.wpcf7-textarea:focus {
outline: none;
border-width: 1px;
border-style: solid;
box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-webkit-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-moz-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-ms-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
-o-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
border-color: rgba(100, 200, 255, 0.75) !important;
}
 
.wpcf7-form-control-wrap {
display: block;
width: 80%;
padding-bottom: 10px;
border-bottom: 1px dotted #ddd;
}
 
.wpcf7-textarea {
width: 96%;
}

.wpcf7-submit {
    padding: 10px 40px;
    font-size: 1.2em;
}

.wpcf7-reset {
    padding: 5px 40px;
    font-size: 1.2em;
}

#tablepress-6 td.column-1,#tablepress-7 td.column-1,#tablepress-8 td.column-1,#tablepress-22 td.column-1{ width:130px; }

.lilast{ padding-bottom:10px; }
.listjisage{ background:none !important; height:20px !important; }
.kijibox{border:solid 1px #e5f5f5; padding:10px; overflow:hidden; }
.kijititle{display:block; height:auto !important;}
.kijititle h4{padding:4px; font-weight:bold !important;}
.wp-pagenavi{ text-align:center; margin:15px auto 15px auto; }
.loginbox{padding:5px;}
.borderblock{ padding:0.6rem 1rem; border-bottom:dotted 1px #ccc; }

#dantai table {
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    margin-bottom:20px;
    width:500px;
}

.tablecen {
	text-align: center;
}
.font12 {
	font-size: 11px;
}
.font16 {
	font-size: 16px;
}