@charset "UTF-8";

/*
Theme Name: USA-TRIP-AUCTION
Theme URI: 
Description: USA-TRIP-AUCTION様テーマ
Author: Kazuyuki Yamamori
Author URI: http://www.wdd.jp/
Version: 1.0
*/

/*
----------------------------------------------------
FOR USA-TRIP-AUCTION
updated: 11 May 2016
---------------------------------------------------- */

/* @group base */

/* --------------------------------
 * base
 * -------------------------------- */
html {
  	font-size: 62.5%;
}
body {
  	color: #333;
  	font-size: 1.2rem;
  	font-family: "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
	/*background: #D5D7D7;*/
	background: #888;
}
*,
*::before,
*::after {	
 	-webkit-box-sizing: border-box; /* 過去の WebKit ベースブラウザ向け */
    -moz-box-sizing: border-box; /* 過去の (Firefox <29) Gecko ベースブラウザ向け */
  	box-sizing: border-box;
}

a:link, a:visited, a:hover {
  	color: #EB3700;
  	text-decoration: none;
}

p {
	font-size: 1.6rem;
	line-height: 1.8;
}
.annotation {
	font-size: 1.4rem;
	line-height: 1.6;
}
.bullet-red {
	color: #9A0000;
	padding-right: 0.5rem;
}


/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix::after {
  	content: '';
  	display: block;
  	clear: both;
}
.heading {
	position: relative;
	height: 40px;
  	padding: 10px 0 10px 18px;
  	background: #1A0013;
  	margin: 0 0 28px 0;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
  	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.35);		
}
.heading img {
	display: block;
}
.heading .readmore-image-b,
.heading .watchmore-image {
	position: absolute;
	right: 9px;
	top: 7px;
	width: 100px;
	height: 28px;
	text-decoration: none;
	background: red;
	transition: opacity 0.15s;
}
.heading .watchmore-image {
	width: 110px;
}
.heading .readmore-image-b:hover,
.heading .watchmore-image:hover {
	opacity: 0.85;
}

.hidden {
  	display: none;
}


/* --------------------------------
 * link-arrow 
 * -------------------------------- */
.link-arrow {
	display: inline-block;
    zoom: 1;
    padding-left: 28px;
    background: url(images/arw-right.png) left center no-repeat;
}
.link-arrow a {
	color: inherit;
	transition: color 0.15s;
	border-bottom: 1px #999 dashed;
}
.link-arrow a:hover {
	color:#EB3700;
}
/* --------------------------------
 * a.btn-image
 * -------------------------------- */
a.btn-image {
	margin-bottom: 18px;
	transition: opacity 0.15s;
}
a.btn-image:hover {
	opacity: 0.90;
}
a.btn-image,
a.btn-image img {
	display: block;
}

/* --------------------------------
 * min-width
 * -------------------------------- */
.globalHeader,
.contents,
.globalFooter {
	min-width: 1112px;
}
[class*="-inner"] {
	width: 1112px;
	margin: 0 auto;
}

/* @end */

/* @group globalHeader */

/* --------------------------------
 * globalHeader
 * -------------------------------- */
.globalHeader {
	width: 100%;
	border-top: 4px #000 solid;
	background: url(images/pixel_weave.png);
}
.globalHeader-inner {
	position: relative;
	height: 110px;
}
.globalHeader-inner .logo {
	position: absolute;
	left: 0;
	top: 32px;
	width: 490px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/logo.png);
}
.globalHeader-inner .logo a {
	display: block;
	width: 490px;
	height: 55px;
}
.globalHeader-inner .tagline {
	text-align: right;
	font-size: 1.4rem;
	padding: 1.5rem 0;
	color: #444;
	text-shadow: 1px 1px 0 rgba(255,255,255,0,2);
}

/* --------------------------------
 * sub-nav 
 * -------------------------------- */
.globalHeader .sub-nav {
	position: absolute;
	width: 146px;
	height: 32px;
	right: 0px;
	top: 60px;
	border: 1px solid #b9b9b9;
}
.globalHeader .sub-nav a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 32px;
	width: 146px;
	border: 1px solid #f9f9f9;
	background: url(images/btn-contact.png) 8px top no-repeat;
	transition: opacity 0.15s;
}
.globalHeader .sub-nav a:hover {
	opacity: 0.80;
}


/* --------------------------------
 * global-nav 
 * -------------------------------- */
.globalHeader .global-nav {
  	width: 100%;
	min-width: 1112px;	
	height: 51px;
	background: #1A0013;
	border-bottom: 2px #000 solid;
}
.global-nav ul {
	width: 1112px;
	margin: 0 auto;
	height: 49px;
	background: url(images/globalnav_base.png);
}
.global-nav .nav-item {
	float: left;
	margin: 0 0 0 1px;
	height: 51px;
}
.global-nav .nav-item a {
	display: block;
	height: 51px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.07s;
}
.global-nav .nav-1 {
	background: url(images/global_nav.png) -1px 0 ;
	width: 97px;
} 
.global-nav .nav-2 {
	background: url(images/global_nav.png) -99px 0 ;
	width: 233px;
}
.global-nav .nav-3 {
	background: url(images/global_nav.png) -333px 0 ;
	width: 213px;
}
.global-nav .nav-4 {
	background: url(images/global_nav.png) -547px 0 ;
	width: 164px;
}
.global-nav .nav-5 {
	background: url(images/global_nav.png) -712px 0 ;
	width: 173px;
}
.global-nav .nav-6 {
	background: url(images/global_nav.png) -886px 0 ;
	width: 112px;
}
.global-nav .nav-7 {
	background: url(images/global_nav.png) -999px 0 ;
	width: 112px;
}
.global-nav .nav-item a:hover {
	border-bottom: 4px #ff0000 solid;
} 
.home .global-nav .nav-1 a,
.page-id-11 .global-nav .nav-2 a,
.page-id-13 .global-nav .nav-3 a,
.page-id-17 .global-nav .nav-4 a,
.page-id-19 .global-nav .nav-5 a,
.blog .global-nav .nav-6 a,
.page-id-21 .global-nav .nav-7 a {
	border-bottom: 4px #A00000 solid;
}

/* @end */


/* --------------------------------
 * contents
 * -------------------------------- */

.contents {
  	background: url(images/pixel_weave.png);
}
.contents-inner {
	width: 1112px;
	margin: 0 auto;
	padding-bottom: 60px;
}

/* @group page-title */

/* --------------------------------
 * page-title
 * -------------------------------- */
.pagetitle {
	width: 100%;
	height: 140px;
	background: darkgray url(images/bg-pagetitle.png);
	box-shadow: inset 0 7px 5px -5px rgba(0,0,0,0.45);
}
.pagetitle-inner {
	width: 1112px;
	margin: 0 auto;	
}
.pagetitle-inner h1 {
	padding: 41px 0 0;
}
.pagetitle-inner h1 img {
	display: block;
}

/* @end */


/* @group breadcrumb */
/* --------------------------------
 * breadcrumb
 * -------------------------------- */
.breadcrumb {
	width: 100%;
	height: 38px;
	background: #fff;
	box-shadow: 0 2px 2px -2px rgba(0,0,0,0.15)
}
.breadcrumb-inner {
	width: 1112px;
	margin: 0 auto;	
	height: 38px;
	line-height: 38px;
}
.breadcrumbs {
	font-size: 1.4rem;
}
.breadcrumb a:hover {
	text-decoration: underline;
}


/* @group Breadcrumb NavXT */

/* -----------------------------------
	<!-- Breadcrumb NavXT -->の
	<?php dynamic_sidebar()?>が
	生成する .breadcrumbs
----------------------------------- */

.breadcrumbs {
	height: 38px;
	line-height: 38px;
	color: ;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
	color: inherit;
	text-decoration: underline;
	transition: color 0.15s;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
  	color: #EB3700;
}


/* @end */
/* @end */

/* @group main */

/* --------------------------------
 * main
 * -------------------------------- */
.main {
	display: block;
	float: left;
	width: 827px;
	padding-top: 35px;
}
.main .lead {
	font-size: 1.7rem;
	margin-bottom: 2.3rem;
}

/* @end */

/* @group common-block */

/* --------------------------------
 * common-block
 * -------------------------------- */
.common-block {
	margin: 0 0 28px 0;
}
.common-block:last-child {
	margin: 0 0 0 0;
}

/* @end */


/* @group image-layout */

/* --------------------------------
 * image-layout
 * -------------------------------- */
.image-layout-left {
	display: block;
	float: left;
	margin: 0 28px 28px 0;
}
.image-layout-right {
	display: block;
	float: right;
	margin: 0 0 28px 28px;
}
.image-with-border {
	border: 5px solid #fff;
	border-radius: 2px;
}
.image-with-shadow {
	box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.15);		
}

/* @end */

/* @group border-style */

/* --------------------------------
 * border-style
 * -------------------------------- */
.border-style-a {
	border: 8px #ddd dashed;
}
.border-style-b {
	border: 4px #9A0000 dashed;
}
.border-style-c {
	border: 2px #ddd dashed;
}


/* @end */

/* @group block-style */

/* --------------------------------
 * block-style-a
 * -------------------------------- */
.block-style-a {
	background: #fff;
	padding: 38px 44px;
	margin: 0 0 40px;
	border-radius: 4px;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15);
}
.block-style-a:last-child {
	margin-bottom: 0;	
}

/* @end */

/* @group コンテンツページ */

/* @group 「お問い合わせ」 */
.page-id-23 .block-style-a {
	background: #fff;
	padding: 43px 49px 32px;
	margin: 0 0 38px;
}
.page-id-23 .blockHeader h2 {
	font-size: 2.3rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 1.4rem;
	color: #000;
}
.page-id-23 .blockHeader p {
	margin: 0 0 0.8rem;	
}
.page-id-23 .wpcf7 table {
	border-top: 1px solid #ddd;
}
.page-id-23 .wpcf7 table th,
.page-id-23 .wpcf7 table td {
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group 「オーダーフォーム」 */
.page-id-19 .block-style-a {
	background: #fff;
	padding: 38px 49px;
}
.page-id-19 .blockHeader h2 {
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 1.4rem;
	color: #000;
}

/* @group コンタクトフォーム7の内部 */
.wpcf7 .notes {
	text-align: right;
	margin-bottom: 2rem;
}
.wpcf7 h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1.2rem;
	color: 000;
}
.wpcf7 table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #000;
	margin-bottom: 4rem;
	background: #f8f8f8;
}
.wpcf7 table caption {
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
}
.wpcf7 table th,
.wpcf7 table td {
	line-height: 3;
	padding: 0.7rem 1rem;
	border-bottom: 1px dashed #ccc;
	font-size: 1.4rem;
}
.wpcf7 table th {
	width: 35%;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.wpcf7 table td {
	width: 65%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
	font-size: 1.4rem;
	padding: 0.5rem 1rem;
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.15);
	outline: none;
	-webkit-appearance:none;
}
.wpcf7 .text-l {
	width: 400px;	
}
.wpcf7 .text-m {
	width: 270px;
}
.wpcf7 .text-s {
	width: 140px;
}
.wpcf7 textarea {
	width: 400px;
	display: block;
	margin: 0.5rem 0;
}
.wpcf7 select {
	font-size: 1.4rem;
	width: 130px;
	padding: 6px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaa;
	background: url(images/arw-2-down.png) 98px 50% no-repeat, 
	-webkit-linear-gradient(top, #fff 0%,#efefef 100%);
	background: url(images/arw-2-down.png) 98px 50% no-repeat, 
	linear-gradient(to bottom, #fff 0%,#efefef 100%);
	background-size: 20px, 100%;
	outline: none;
}

input.wpcf7-submit {
	cursor: pointer;
	line-height: 46px;
	padding: 0 3em;
	color:#000;
	font-size: 2rem;
	font-weight: bold; 
	border-radius: 4px;
	letter-spacing: ;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);	
	background-color: #F2D702; 
	border-top: 2px solid #F5E049;
	border-left: 2px solid #F5E049;
	border-right: 2px solid #AB9805;
	border-bottom: 2px solid #AB9805;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.15);　/* Firefox用 */  
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.15);　/* Safari,Google Chrome用 */
}
input.wpcf7-submit:hover {
	color: #262626;
	background-color: ##F1E100; 
	border-top: 2px solid #F3E955;
	border-left: 2px solid #F3E955;
	border-right: 2px solid #B6AA07;
	border-bottom: 2px solid #B6AA07;
}
.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 1.4rem;
	line-height: 1;
	width: 280px;
	padding: 1rem;
	color: #ff0000;
	text-shadow: none;
}
.wpcf7-response-output {
	margin: 1rem !important;
	padding: 1rem 2rem !important;
	font-size: 1.6rem;
}

/* @group 送信ボタンのラッパー */
.lancher-box {
	text-align: center;
	vertical-align: middle;
	height: 90px;
	border-top: 1px #8f8f8f dashed;
}
.lancher-box p {
	line-height: 90px !important;
	vertical-align: middle;
}
/* @end */
/* @end */


/* @end */


/* @group 「会社概要」 */
.page-id-21 .block-style-a {
	margin-bottom: 40px;	
}
.page-id-21 .block-style-a:last-child {
	margin-bottom: 0;	
}
.company-photo {
	display: block;
	margin-bottom: 30px;
}
.page-id-21 .google-map {
	display: block;
	margin-bottom: 0 !important;
}
.page-id-21 .blockHeader {
}
.page-id-21 .blockHeader h2 {
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 1.4rem;
	color: #000;
}
/* @group table.company-outline  */
table.company-outline {
	border-top: dashed #ccc 1px;
	width: 100%;
	border-spacing: 0;
	margin:0;
	border-collapse: collapse;
	font-size: 1.4rem;
}
table.company-outline th {
	border-bottom: dashed #ccc 1px;
	text-align: right;
	padding: 1.3rem 12px;
}
table.company-outline td {
	border-bottom: dashed #ccc 1px;
	padding: 1.3rem 12px;
}
table.company-outline td a {
	color: inherit;
	text-decoration: underline;
	transition: all 0.15s;
}
table.company-outline td a:hover {
  	color: #EB3700;
}
/* @end */
/* @end */

/* @group 「USAオークション紹介」 */

/* --------------------------------
 * intro-page（.page-id-13）
 * -------------------------------- */
/* --------------------------------
 * block-style-a
 * -------------------------------- */
.page-id-13 .block-style-a {
	padding: 36px 49px;
}

.page-id-13 .blockHeader {
	position: relative;
	height: auto;
	margin-bottom: 1.8rem;
}
.blockHeader .logo {
	display: block;
}
.blockHeader .link-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
}
.desc {
	padding: 1.3rem 0;
	margin: 0;
	font-size: 1.5rem;
	border-top: 1px #8f8f8f dashed;
	border-bottom: 1px #8f8f8f dashed;
}
.photos-and-movies {
	margin-top: 2.2rem;
	position: relative;
	min-height: 230px;
}
.photos-and-movies ul {
	list-style-type: none;
/*  query.bxslider.css参照 */	
}
.photos-and-movies iframe {
	display: block;
	position: absolute;
	right: 0;
	top:  0;
}

/* @end */


/* @group 「出品までの流れ」 */

/* --------------------------------
 * flow-page（.page-id-17）
 * -------------------------------- */
 /* --------------------------------
 * block-style-a
 * -------------------------------- */
.page-id-17 .block-style-a {
	padding: 38px 49px;
}
.page-id-17 .block-style-a:last-child {
	margin-bottom: 0;
}

.page-id-17 .blockHeader {
	border-top: 3px solid #000;
	border-bottom: 1px #8f8f8f dashed;
	padding: 25px 0 30px;
	position: relative;
	height: auto;
	margin-bottom: 2.3rem;
	min-height: 270px;
}
.page-id-17 .blockHeader h2 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #9A0000;
	margin-bottom: 1rem;
}
.page-id-17 .blockHeader p {
	padding-right: 350px;
	font-size: 1.6rem;
	line-height: 1.7;
}
.page-id-17 .blockHeader .thumbnail {
	position: absolute;
	top: 30px;
	right: 0;	
}

.flow-list {
	list-style-type: none;
}
.flow-list li {
	margin: 0 0 29px;
	padding: 24px 30px;
	background: #f2f2f2;	
	min-height: 98px;
	border-radius: 2px;
	border: 1px solid #ebebeb;
	border-bottom: 1px solid #bbb;
	box-shadow: 0 2px 2px -2px rgba(0,0,0,0.10);	
	position: relative;
}
.flow-list li.with-arrow:before,
.flow-list li.with-arrow:after {
	content: ""; 
	position: absolute;
	top: 100%;
	left: 137px;
	height: 0;
	width: 0;
	visibility: visible;
	border: solid 20px transparent;
	border-top-color: #aaa;
	box-shadow: 0 2px 2px -2px rgba(0,0,0,0.10);	
}
.flow-list li.with-arrow:after {
	margin-left: 1px;
	border-top-color: #f2f2f2;
	border-width: 19px;
}
.flow-list li dl {
	position: relative;
}
.flow-list li dl dt {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	font-size: 3.2rem;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	background: #9A0000;
	text-align: center;
	line-height: 50px;
	border-radius: 2px;
	text-shadow: -1px -1px rgba(0,0,0,0.2);
	box-shadow: inset 0 3px 3px -2px rgba(0,0,0,0.15);
}
.flow-list li dl dd {
	padding-left: 75px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #222;
}

.flow-list li dl dd a {
	color: inherit;
	padding: 0 3px;
	transition: color 0.15s;
	border-bottom: 1px #999 dashed;	
}
.flow-list li dl dd a:hover {
	color: #EB3700;
}

.flow-list li dl dd span {
	margin-top: 1rem;
	font-size: 1.3rem;
	color: #555;
	line-height: 1.2 !important;
}


 /* --------------------------------
 * sub-blockHeader
 * -------------------------------- */
.page-id-17 .sub-blockHeader {
	border-top: 3px solid #000;
	border-bottom: 1px #8f8f8f dashed;
	padding: 1rem 0;
	position: relative;
	height: auto;
	margin-bottom: 2rem;
}
.page-id-17 .sub-blockHeader h2 {
	font-size: 3.2rem;
	line-height: 1.4;
	color: #000;
}
.important {
	font-size: 1.7rem;
	line-height: 1.7;
}
.notes {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px #8f8f8f dashed;
	font-size: 1.4rem;
}

/* @end */

/* @group 投稿（news） */

/* --------------------------------
 * news一覧のアーカイブページ（月別・年別）のh2
 * -------------------------------- */

/* @group archiveページのh2 */

h2#archiveTitle {
	margin: 0 0 2.7rem;
	padding: 0 0 0 1.5rem;
	color: #000;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 2;

	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);	

	border-top: 2px solid #000;
	border-bottom: 1px dashed #8f8f8f;
}

/* @end */


/* --------------------------------
 * article.news-single-page
 * -------------------------------- */

.news-single-page {
	padding-top: 23px;
	background: url(images/horizontal-line.png) left top repeat-x;
}
.news-single-page time {
	display: block;
	width: 100px;
	font-size: 1.2rem;
	color: #444;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	margin-bottom: 2rem;	
}
.news-single-page h2 {
	font-size: 3.2rem;
	line-height: 1.4;
	color: #000;
	margin: 0 0 1.8rem;
	
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);	
}
.news-single-page p {
	margin-bottom: 1rem;
}

/* --------------------------------
 * .news-single-pageのフォトギャラリーサムネイル
 * -------------------------------- */
 
.gallery {
	margin: 2rem 0 !important;
}
.gallery img {
	border: 2px solid #fff !important;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15);
	transition: opacity 0.15s;
}
.gallery img:hover {
	opacity: 0.85;
}

/* @end */

/* @end */



/* @group .navPage */
/*-----------------------------------------------------
.navPage（ニュース投稿のシングルページ下部のnavPage
-----------------------------------------------------*/

.navPage {
	clear:both;
	margin: 60px 0 0;	
}
.navPage:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.navPage a {
	display:block;
	font-size: 1.4rem;
	line-height: 40px;
	border: 1px solid #dedede;
	color: #333;
	transition: all 0.15s;
}
.navPage a:hover {
  	color: #EB3700;
	text-decoration: underline;
}
.navPage .prev {
	width:399px;
	float:left;	
}
.navPage .next {
	width:399px;
	float:right;	
}
.navPage .prev a {
	background: #fbfbfb url(images/arw-2-left.png) 16px center no-repeat;
	padding:0 10px 0 48px;
}
.navPage .prev a:hover {
	background: #fff url(images/arw-2-left.png) 16px center no-repeat;	
}
.navPage .next a {
	background: #fbfbfb url(images/arw-2-right.png) 365px center no-repeat;
	padding:0 48px 0 10px;
	text-align: right;
}
.navPage .next a:hover {
	background: #fff url(images/arw-2-right.png) 365px center no-repeat;	
}

/* @end */

/* @group wp-pagenavi */


/*-----------------------------------------------------
wp-pagenavi（ニュース一覧とニュースアーカイブページ用）
-----------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 1.5em;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.4rem;
	color: #666666;
	text-decoration: none;
	background: transparent;
	border: 1px solid #666666 !important;
	padding: 8px 10px !important;
	margin: 5px !important;
	transition: color 0.15s;
}
.wp-pagenavi span.pages ,
.wp-pagenavi span.extend {
	background: none;
	border:none !important;
	font-size: 1.2rem;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #EB3700;
	border: 1px solid #EB3700 !important;
	background: transparent;
}
.wp-pagenavi span.current {
	font-weight: normal !important;
}

/* @end */








/* @group .sidebar */

/* --------------------------------
 * sidebar
 * -------------------------------- */
.sidebar {
	float: right;
	width: 257px;
	padding-top: 35px;
}


/* --------------------------------
 * ブログ（投稿）のsidebarのnavSide
 * -------------------------------- */
  
.sidebar .heading {
	transition: opacity 0.15s;
} 
.sidebar .heading:hover {
	opacity: 0.85;
} 

.navSide ul {
	margin: -10px 0 0;
	padding: 0;
	list-style-type: none;
}

.navSide ul li {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 1.4rem;
	background: url(images/horizontal-line.png) left bottom repeat-x;
}
.navSide ul li a {
	padding:0 10px 0 40px;
	display:block;
	line-height: 40px;
	background:url(images/arw-2-right.png) no-repeat 10px center;
	color:#333;
	text-decoration:none;
	transition: color 0.15s;
}
.navSide ul li a:hover {
	color:#FF290A;
}


/* @end */

/* @group footer */

/* --------------------------------
 * footer
 * -------------------------------- */
 
.globalFooter {
}
.footer-nav {
	width: 100%;
	background: #1B0013;
	height: 140px;
	min-width: 1112px;
}
.footer-nav ul {
	width: 1112px;
	margin: 0 auto;
}
.footer-nav li {
	display: inline-block;
    zoom: 1;
    padding-left: 28px;
    margin-right: 2rem;
    height: 70px;
    font-size: 1.3rem;
    line-height: 70px;
    background: url(images/arw-right.png) left center no-repeat;
}
.footer-nav li a {
	color: #999;
	transition: color 0.15s;
	border-bottom: 1px #555 dashed;
}
.footer-nav li a:hover {
	color: #bbb;
}
.copyright-section {
	width: 100%;
	padding-bottom: 20px;
	min-width: 1112px;
}
.copyright-section .keyword,
.copyright-section .copyright {
	text-align: center;
	font-size: 1.4rem;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.1);
}
.copyright-section .keyword {
	font-size: 1.4rem;
	padding-top: 2rem;
}
.copyright-section .copyright {
	font-size: 1.2rem;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 0.5rem;
	color: #777;	
	color: #444;	
}
.copyright-section .keyword a {
	color: #666;
	color: #bbb;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.14);
}

/* @end */


/* @group .post-edit-link  */

.post-edit-link {
	font-size: 1.6rem;
	line-height: 1.6;
}


/* @end */

/* @group front-page */
/* --------------------------------
 * wideslider-wrapper 
 * -------------------------------- */
.wideslider-wrapper {
	width: 100%;
	padding: 20px 0;
	background: #fff;
	margin-bottom: 35px;
	box-shadow: inset 0 7px 5px -5px rgba(0,0,0,0.45), 0 2px 2px -2px rgba(0,0,0,0.15)
}
.wideslider {
	width: 100%;
	height: 440px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(images/prev.jpg) no-repeat right center;
}
.slider_next {
	background: #fff url(images/next.jpg) no-repeat left center;
}
 
.pagination {
	bottom: 17px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 13px;
	height: 13px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
}
/*.pagination a.active {
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}*/
 
/* 	ClearFixElements */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* --------------------------------
 * main.main-section
 * -------------------------------- */
 /* --------------------------------
 * welcome
 * -------------------------------- */
.welcome {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(images/horizontal-line.png) left bottom repeat-x;
}
.welcome .message {
	width: 827px;
	float: left;
}
.welcome .message .catchcopy {
	margin: 0.7rem 0 1.8rem;
}
.welcome .message p {
	line-height: 1.8;
}

.welcome .buttons {
	width: 257px;
	float: right;
}

/* --------------------------------
 * picup-index 
 * -------------------------------- */
.picup-index {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(images/horizontal-line.png) left bottom repeat-x;
}
.picup-index ul.index-list {
	list-style-type: none;
}
.index-list li {
	float: left;
	position: relative;
	width: 352px;
	margin-left: 28px;
	border-top: 4px solid #000;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15);
	transition: opacity 0.15s;
}
.index-list li:hover {
	opacity: 0.85;	
}
.index-list li:first-child {
	margin-left: 0px;	
}
.index-list li a {
}
.index-list li .summary {
	font-size: 1.4rem;
	padding: 2rem ;
	color: #555;
}
.index-list li .readmore-image-a {
	border-top: 1px solid #ccc;
}
.index-list li .readmore-image-a:hover {

}
.index-list li .readmore-image-a img {
	float: right;
}


/* --------------------------------
 * news（homeとnews）
 * -------------------------------- */

.news-list {
	list-style-type: none;
}

/* --------------------------------
 * blogページ（news）での特例
 * -------------------------------- */
.blog .news-list {
	padding-top: 33px;
	background: url(images/horizontal-line.png) left top repeat-x;
}


.news-list .list-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	transition: opacity 0.15s;
	background: url(images/horizontal-line.png) left bottom repeat-x;
}
.news-list .list-item:hover {
	opacity: 0.85;
} 
.news-list .list-item .news-content {
	float: right;
	width: 589px;
}
.news-list .list-item .news-content time {
	display: block;
	width: 100px;
	font-size: 1.2rem;
	color: #444;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	margin-bottom: 1.4rem;
}
.news-list .list-item .news-content .title {
	color: #000;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}
.news-list .list-item .news-content .excerpt {
	color: #555;
	font-size: 1.4rem;
}
.news-list .list-item .thumbnail,
.news-list .list-item .attachment-news_thumbnail {
	display: block;
	float: left;
	border: 3px solid #fff;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15);
}


/* --------------------------------
 * home-news
 * -------------------------------- */
.home-news {
	float: left;
	width: 732px;
	min-height: 400px;
}
.home-news .news-list .list-item .news-content {
	width: 494px;
}

/* --------------------------------
 * home-movies
 * -------------------------------- */
.home-movies {
	float: right;
	width: 352px;
}
.home-movies iframe {
	display: block;
	margin: 1rem 0 0;
	border: 2px solid #fff;
	box-shadow: 0 3px 3px -2px rgba(0,0,0,0.15);
}
.home-movies .caption {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	font-size: 1.4rem;
	margin: 0.5rem 0;
}

/* @end */