@charset "UTF-8";
/*
Theme Name: Local Web Consulting Default
Theme URI: http://www.lwebc.com/
Description: THE MARKETING theme
Version: 1.0
Author: Hiroyuki Wakamatsu
Author URI: http://www.lwebc.com/
*/

*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
    font-family: 'MS PGothic', Osaka, Arial, sans-serif;
	color:#333;
    background-color: #03265E;
}

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

/* WordPress styles */

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mceIEcenter {
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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

pre {
	font: 12px/18px Consolas, Monaco, monospace;
}

a{
    color:#1A5FAA;
	text-decoration:none;
    border:0px;
}

a:visited {
    color: #1A5FAA;
	text-decoration:none;
}

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

img {
    border:0;
}

p {
    padding:0px;
    margin:0 0 0 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a.button, input[type="submit"], input[type="button"], input.button, button, button.ui-state-default, .ui-widget-content button, .ui-widget-content button.ui-state-default, button.button, a.ui-dialog-titlebar-close {
    width: auto!important;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    -moz-text-shadow: 0 1px 0 rgba(255,255,255,1);
    -webkit-text-shadow: 0 1px 0 rgba(255,255,255,1);
    color: #1D2126;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    background: #DDD;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
}

input[type="submit"].gform_button {
    width: auto!important;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(170, 34, 34, 1);
    -moz-text-shadow: 0 1px 0 rgba(170,34,34,1);
    -webkit-text-shadow: 0 1px 0 rgba(170,34,34,1);
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    background: #F00;
    border: 1px solid #C00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-image: initial;
    
    color: #ffffff;
	background:url(images/bgSignup.jpg) repeat-x 0 0;
    
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
    border: 1px solid #D0D0D0;
    background: white;
    background-repeat: no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: inherit;
    border-image: initial;
}

input[type="text"], input[type="password"], input[type="file"], select {
    height: 26px;
    width: 250px;
    padding: 2px 6px 3px;
}

#base {
    position: relative;
    width: 100%;
    
    line-height:140%;
    
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-position: center 140px;
}

#sheet {
    _zoom: 1;
    width: 980px;
    border-top: 0;
    border-bottom: 0;
    background-color: #FFF;
    margin: 0px auto;
    padding: 0;
    _position: static;
    position: relative;
}

.bgc_black {
    background-color: #333 !important;;
}

.bgc_red {
    background-color: #c00 !important;;
}

.bgc_blue {
    background-color: #3333FF !important;;
}

.main-content h2 {
    color:#333;
    font-size:26px;
    font-weight:bold;
    padding:0px 0px 0px 45px;
    margin:0px 0px 30px 0px;
    line-height:38px;
    background:#FFF;
    background-image: url("images/titleBack.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom:1px solid #0062A3;
}

.main-content h3 {
    color:#333;
    font-size:22px;
    font-weight:bold;
    padding:2px 10px;
    margin:15px 0px 20px 0px;
    border-left:5px solid #AD383E;
    border-bottom:1px dotted #CCC;
    background:#F0F0F0;
    line-height:120%;
}

.main-content ol {
    padding-left:40px;
    display: block;
    list-style-type: decimal;
}

/*******************************************************************/
/* header                                                          */
/*******************************************************************/
#header{
    width:100%;
	height:auto;
    margin:0;
    padding:0;
	overflow:hidden;
}

#header-inner{
	position:relative;
    width:980px;
	height:auto;
	margin:0 auto 0px auto;
    padding:0;
	cursor:default;
	overflow:hidden;
}


/*******************************************************************/
/* title-container                                                 */
/*******************************************************************/
#title-container {
    width:100%;
	height:auto;
    margin:5px 0px 15px;
    padding:0;
	overflow:hidden;
}


/*******************************************************************/
/* main                                                            */
/*******************************************************************/
#main{
    width:100%;

    background-color: #FFFFFF;

}

#main-inner {
    width:100%;
	position:relative;
	margin:0px auto 0px auto;
	cursor:default;
	padding:0px 0px;

	color:#333;
    background-color: #FFFFFF;
}

#main-base {
    background-color: #FFFFFF;
    padding:0px;
}

#main-container {
    float: left;
    margin:0px 0px 0px 0px;
}

#main-container-inner {
    width: 680px;
    overflow:hidden;
    padding-left:20px;
}

/*
#main-container h2 {
    color:#444;
    font-size:20px;
    font-weight:bold;
    padding:0px 0px 0px 45px;
    margin:0px 0px 25px 0px;
    line-height:35px;
    background-image: url("images/titleBack.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom:1px solid #1A5FAA;

}

#main-container h3 {
    color:#444;
    font-size:15px;
    font-weight:bold;
    padding:4px 8px;
    margin:15px 0px 20px 0px;
    border-left:4px solid #1A5FAA;
    border-bottom:1px dotted #1A5FAA;
    background:#EEE;
}
*/

#main-container .coments .coments-mesage {
    padding:0px 0px 20px;
}

#main-container .coments .coments-mesage p {
    font-size:12px;
    margin-bottom:8px;
}

#main-container .coments #fbcomments {
    margin:5px 0px 30px 0px;
}

.main-content {
    margin:20px 65px 20px 65px;
    font-size:16px;
    line-height:30px;
}

#main-container-inner .social-buttons {
    margin: 0px 0px 15px 0px;
}

#main-container-inner .social-buttons table td {
    padding:5px 8px 5px 0px;
}

#main-container-inner .pdf_content {
    display:block;
    padding:0px;
    background-color: #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    margin:5px 0px 5px 0px;
}

#main-container-inner .pdf_content_inner {
    float:left;
    width:288px;
    height:100%;
}

#main-container-inner .pdf_content_image {
    position: relative;
    display: inline-block;
    width:288px;
    height:162px;
    background:#CCC;
    overflow:hidden;
}

#main-container-inner .pdf_content_desc {
    float:left;
    width:315px;
    padding:0px 10px;
}

#main-container-inner .pdf-download-button {
    text-align:center;
    margin-top:8px;
}

.watch-video-container {
    position: relative;
    display: block;
    width:100%;
    border:0px;
    background-color:#111;
}

#watch-player {
    position: relative;
    display: block;
    width: 864px;
    height:486px;
    margin: 0 auto;
}

.msgbox {
    position: absolute;
    display: block;
    left: 176px;
    top: 60px;
    padding: 120px 10px 10px;

    width:480px;
    
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333 !important;

    vertical-align: middle;
    zoom: 1;

    background-color: #EAEAEA;
    background-image: url("images/msgbox_header.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    border: 6px solid #ccc;
}


/*******************************************************************/
/* sidebar                                                         */
/*******************************************************************/
#sidber-container {
    width:250px;
    float: right;
    padding:15px 10px 0px 20px;
}

#sidber-container-inner {
    overflow:hidden;
}

/*******************************************************************/
/* footer                                                          */
/*******************************************************************/
#footer-container {
    position: static;
    width:100%;
    padding-bottom:10px;
    background-color: #FFFFFF;
    display:block;
}

#footer-inner{
    width:970px;
	margin:0 auto 0px auto;
    
    font-size:12px;
}

#footer-container #copyright {
    font-size:12px;
    color:#333;
    text-align:center;
    padding:20px 0px 0px 0px;
}


/*******************************************************************/
/* widget                                                          */
/*******************************************************************/
.widget-container {
	list-style-type:none;
    background-image: url("images/bgWidget.jpg");
    background-repeat: repeat-y;
    background-position: left top;
    
    width: 250px;
    margin:0px 0px 20px 0px;
}

.widget {
    background-image: url("images/widgetHeader.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}

.widget-inner {
    
    padding:15px 10px 5px;
    border:0px solid #C0C0C0;
    
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    
}

.widget-bottom {
    background-image: url("images/bottomWidget.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    height:9px;
}

.widget .widgettitle {
    height:70px;
    border:0px;
    text-align:center;
}

.widget .widgettitle h3 {
    margin:5px 0px 0px 0px;
    padding:0px;
    font-weight:bold;
    font-size:18px;
    color:#ffffff;
}

.widget ul {
    list-style-type:none;
    list-style-image: url('images/footer_bullet.gif');
    padding:0px 0px 0px 20px;
    margin:0px;
    list-style-position: outside;
}
.widget ul li{
    padding:2px 0px 0px 2px;
    line-height:24px;
    vertical-align:middle;
}


/*******************************************************************/
/* 404                                                             */
/*******************************************************************/
#main .not-found-page {
    padding:30px;
}

#main .not-found-page h1 {
    margin:0px 0px 20px 0px;
    padding:0px;
    font-weight:bold;
    font-size:32px;
    color:#333;
}

#main .not-found-page ul {
    margin:15px 20px;
}


/*******************************************************************/
/* pagenavi                                                        */
/*******************************************************************/
.pagenavi-div {
    position:relative;
    width:100%;
    height:39px;
    margin:15px 0px 15px;
}
.pagenavi-inner {
    position:absolute;
    z-index:111;
    top:0px;left:0px;
    width:100%;
    height:100%;
}
p.pagenavi {
    color: #1A5FAA !important;
    font-size:14px !important;
    background-color:transparent;
    margin:20px 15px 0px;
    text-align:center !important;
    vertical-align:middle !important;
}
.pagenavi a.page-numbers, .pagenavi .current {
    color: #1A5FAA;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    margin:3px;
    padding: 3px .5em;
    border:1px solid #DDD;
    text-decoration:none !important;
    font-weight:nomal;
}
a.page-numbers:hover {
	color:#fff !important;
	background:#1A5FAA; !important;
	border-color:#1A5FAA !important;
	font-weight:normal !important;
	text-decoration:none !important;
}
.pagenavi .current {
	color:#333 !important;
	background:#EEE !important;
	border-color:#DDD !important;
	font-weight:bold !important;
}


.pagenavi a.prev,
.pagenavi a.next {
    color: #1A5FAA !important;
	border-color:#DDD !important;
    margin:auto 5px;
	padding:0px;
	border:0px;
	text-decoration:none !important;
	font-weight:bold !important;
    border:0px solid #DDD;
    font-family: arial, sans-serif;
    font-size:13px !important;
}
.pagenavi a.next:hover,
.pagenavi a.prev:hover {
	text-decoration:underline !important;
}

#ui-dialog-title-MailRegDialog {
    font-weight:bold;
    color:#ff0000;
    font-size:18px;
    float:none;
    display:block;
    margin:0px auto;
    width:188px
}


/*******************************************************************/
/* playlist                                                        */
/*******************************************************************/
#playlist {
    background-image: url('images/playlist_title.jpg');
    background-repeat:no-repeat;
    border-top:0px solid #cccccc;
    padding: 47px 0px 0px 0px;
    margin:0px;
}

.playlist_link-containar {
    position: relative;
    border:0px;
    height:auto;

    padding:0px;
    margin-bottom: 8px;
}

.playlist_link-inner {
    background-color:#eee;
    border:0px;
}

.playlist_image {
    float: left;
    margin: 0;
    position: relative;
    display: inline-block;
    
    width: 120px;
    height: 67.5px;
    overflow:hidden;
    
}

.playlist_image_inner {
    vertical-align: bottom;
    background-color: white;
    position: relative;
    display:inline-block;
    _display: inline;
    _zoom: 1;
    background: white;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    _line-height: 0;
    height: 100%;
}

.playlist_image_inner img {
    border:0;
}


.playlist_auth {
    padding: 0 3px;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 15px;
    line-height: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    left: 4px;
    top: 4px;
    position: absolute;
    opacity:0.65;
    -ms-filter:"alpha(opacity=65)";
    filter: alpha( opacity=65 );

    background-color: #c00;
    color: white!important;
    font-weight: normal;
    text-decoration: none;
    
}

.playlist_auth a {
    color: white !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.playlist_auth a:hover {
    color: white !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.playlist_desc {
    display: block;
    float:left;
    width:119px;
    padding-left: 5px;
}
.playlist_title {
    font-size:12px;
    font-weight: bold;
    line-height: 14px;
    color: #1A5FAA;
    display: block;
    margin-bottom:3px;
}

.playlist_category {
    display: block;
    font-size:11px;
    font-weight: normal;
    line-height: 14px;
    color: #666;
}

.playlist_category a {
    font-size:11px !important;
    font-weight: normal !important;
    color: #666 !important;
}

.playlist_category a:hover {
    color: #666 !important;
    text-decoration: underline !important;
}

.playlist_link {
    padding: 6px 3px;
    display: block;
    overflow: hidden;
    color: black;
    zoom: 1;
    text-decoration: none;
    position: relative;
    
    cursor: pointer;
    
}

.playlist_link:hover {
    background-color: #E0F0F0 !important;
}

.playlist_link.selected {
    background-color: #E0F0F0 !important;
}


.playlist_link a{
    color: #1A5FAA;
    text-decoration: none;
    font-weight: bold;
}

.playlist_link a:hover{
    text-decoration: underline;
}

#playlist .playlist_item_nondisclosure {
    background-color:#333;
    width:250px;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index:999;
    -ms-filter:"alpha(opacity=65)";
    filter: alpha( opacity=65 );
    opacity:0.65;
    height: 100%;
    min-height: 100%;
    height: auto;
}





#main-container-inner #content-description {
    line-height: 30px;
    font-size:16px;
    padding:10px 30px 30px 15px;

    /*
    font-size:14px;
    padding:10px 60px 30px 60px;
    */

}

.twtr-doc {
    margin: 5px auto;
}


#ShareEmailDialog {
    margin:10px;
    background-color:#fff;
    border:1px solid #D2D2D2;
}

#ShareEmailDialog p {
    padding: 5px 0px;
    display: block;
    vertical-align: middle;
}

#ShareEmailDialog input {
    margin-top:5px;
    display: inline-block;
}

#ShareEmailDialog label{
    color: black;
    vertical-align: middle;
    font-size: 12px;
    display: inline;
    padding:0px;
    margin:0px;
}

#ShareEmailDialog a{
    font-size: 12px;
}

#ShareEmailDialog li.gfield {
    margin-top:15px;
}

#ShareEmailDialog div.gfield_description {
    margin-top:5px;
    padding:0px;
    color:#555;
}

#ShareEmailDialog div.share-email-preview-container {
    border: 1px solid #D0D0D0;
    background: #EAEAEA;
    background-repeat: no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: inherit;
    padding:5px;
    font-size: 12px;
}


form.mail-magazine-entry-mailaddr input[type="text"] {
    background: url("http://membership-site.jp/images/form_email.gif") no-repeat scroll 5px 50% #FFFFFF;
    border: 2px solid #CCC;
    font-size: 25px;
    margin: 0;
    padding: 3px 5px 3px 25px;
    width: 400px;
    background-color:#faffbd;
}

form.mail-magazine-entry-mailaddr input[type="submit"] {
	display: inline-block;
    font-size: 16px;
	margin: 0px;
	margin-left: 3px;
	width: 85px;
	line-height: 30px;
	color: #333;
	text-align: center;
	background: url(images/bgSignup.jpg) repeat-x 0 0;
	font-weight: bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 3px solid white;
    padding:0px 20px;
    color:#FFF;
    text-shadow:none;
    vertical-align: top;
    height: 36px !important;
}


/*
 */
.dummyfbFeedbackContent {
    min-height: 160px;
    display:block;
    margin:5px auto;
    font-size: 11px;
    font-family: "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
    color: #333;
    line-height: 1.28;
    text-align: left;
    direction: ltr;
    -webkit-text-size-adjust: none;
}

.dummyfbFeedbackContent ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dummyfbFeedbackContent .fbFeedbackContentHeader {
    border: solid #E2E2E2;
    border-width: 0px 0 1px 0;
    padding: 12px 0 7px 0;
    font-weight:bold;
}
.dummyfbFeedbackContent .fbFeedbackPosts {
    padding: 0 0 0 10px;
}

.dummyfbFeedbackContent .fbFeedbackPost {
    border: solid #E2E2E2;
    clear: both;
    padding-bottom: 0 !important;
    padding-top: 10px;
    border-width: 1px 0 0;
    position: relative;
}

.dummyfbFeedbackContent .uiListItem {
    display: block;
}

.dummyfbFeedbackContent .fbFeedbackContent li.fbTopLevelComment:first-of-type {
    border-width: 0;
}

.dummyfbFeedbackContent .fbFeedbackPost .postActor {
    background-color: 
    #EDEDED;
    margin-bottom: 8px;
    margin-right: 11px;
}

.dummyfbFeedbackContent .UIImageBlock_Image {
    float: left;
    margin-right: 5px;
}

.dummyfbFeedbackContent .UIImageBlock_Content {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}

.dummyfbFeedbackContent .hidden_elem {
    display: none !important;
}

.dummyfbFeedbackContent .postContainer .closeButton, .dummyfbFeedbackContent .postContainer .closeButtonAfterLogin {
    float: right;
    visibility: hidden;
}

.dummyfbFeedbackContent label.uiCloseButton {
    overflow: hidden;
}

.dummyfbFeedbackContent .uiCloseButton {
    background-image: url(https://s-static.ak.facebook.com/rsrc.php/v1/yA/r/4WSewcWboV8.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.dummyfbFeedbackContent .profileName {
    font-size: 11px;
}

.dummyfbFeedbackContent a {
    cursor: pointer;
    color: #3B5998;
    text-decoration: none;
}

.dummyfbFeedbackContent .fcb {
    color: #333;
}

.dummyfbFeedbackContent .fwb {
    font-weight: bold;
}

.dummyfbFeedbackContent .fsl {
    font-size: 13px;
}

.dummyfbFeedbackContent .fcg {
    color: gray;
}

.dummyfbFeedbackContent .fwn {
    font-weight: normal;
}

.dummyfbFeedbackContent .fsm {
    font-size: 11px;
}

.dummyfbFeedbackContent .fbFeedbackPost .postContent {
    margin-top: 5px;
}

.dummyfbFeedbackContent .fbFeedbackReply form, .dummyfbFeedbackContent .postReply,.dummyfbFeedbackContent .postReplies {
    margin-top: 8px;
}

.dummyfbFeedbackContent .fbFeedbackPost .postText {
    color: #1A1A1A;
    line-height: 14px;
    margin: 0 28px 5px 0;
}

.dummyfbFeedbackContent .fbFeedbackContent .postContent .action_links {
    margin-bottom: 8px;
}

.dummyfbFeedbackContent .action_links a {
    display: none !important;
}

.dummyfbFeedbackContent .fbUpDownVoteAfterLogin {
    display: none !important;
}

.dummyfbFeedbackContent .action_links a.uiLinkSubtle {
    color: gray;
    display: inline !important;
}